release documentations with Git via Flare?

This forum is for all Flare issues related to using Source Control.
Post Reply
Tobias
Propeller Head
Posts: 27
Joined: Mon Sep 19, 2022 8:07 am
Location: Southern Bavaria, five lake district

release documentations with Git via Flare?

Post by Tobias »

Hi,

i`m new to git and have the following problem:
Currently I`m writing the operation manual for a specific machine type. For each unit of the machine we sell, I will have to modify the manual slightly (some variables, some paragraphs).
I thought about making a branch for each unit.
Our automation department told me that there normally should be a feature called "release" to achieve this, but this feature doesn`t seem to be available in the flare source control tab.
Is there a best practice for what I intend to do?

Kind regards
Tobias
_[shapeonthewall]_
Propeller Head
Posts: 11
Joined: Tue Nov 19, 2019 9:01 am
Location: Scotland

Re: release documentations with Git via Flare?

Post by _[shapeonthewall]_ »

Hi Tobias, your post is quite old now but I opened it because I'm also new to Git and exploring workflows to use.

I'm sure you found an answer to your question in the end! But in case of the slim possibility that continuing this conversation helps someone else who's new to git, I want to add some info I've learned.

I see that your team were probably referring to the workflow in which you carry out the work for a product's release on a branch called release. Which you'd need to create in your repo, and then Flare will be able to see it. For multiple products, you might want to create a separate release branch for each.

I found the following article about a branching workflow to be clear and inspiring: https://nvie.com/posts/a-successful-git ... ing-model/.
Flare 2023 r2 bound to Azure DevOps TFS
Post Reply