Creating release branches #48
DeveloperDurp
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
I think the intent of having separate Test and Main branches is to prevent exactly this. It might still be a good idea though to separate versions into releases and provide a changelog for each. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I really think this is the way to go. On major updates I'll create an archive branch for the old version. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I remember watching a video and I think you were talking about your old tool were some features would creep in and some things didn't work right. A suggestion that might help that is to create a release branch and have your URL point to the latest release. Example would be creating a branch called Release/1.0 then after some updates you could create a Release/1.1
I am not familiar with how GitHub actions work but in Gitlab for example you could have a pipeline job run and modify a variable in your repo and commit it. So that way you could have say a $Version variable that could be updated by the release version and update and URLs inside the script itself.
also allows you to reference previous versions much easier too
Beta Was this translation helpful? Give feedback.
All reactions