Adds a workflow job to automatically update the version in the code#22
Open
Adds a workflow job to automatically update the version in the code#22
Conversation
a5d4c5f to
d9f8737
Compare
jojobote
approved these changes
Apr 28, 2025
Collaborator
|
looks good, how do we make sure this happens at the right time ?
Whereas this looks to do :
Let me know if I didnt understand this correctly |
Collaborator
Author
|
@jojobote I have update the description according to the changes made to the workflow. Looking forward to your feedback.Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a workflow which does:
Search the code for GCFO_UNDEFINED_VERSION and replaces it with the last release version.
Automatically craft a new tag (according to the commits).
Each merge is a minor version.
For intentional versionning, dev can use magic terms in their commit use: #major, #minor, #patch, #none
The code will then be tagged accordingly .
Search the code for GCFO_UNDEFINED_VERSION and replaces it with the latest tag.
The changed files are being saved in the main branch "main" (the production branch).
A new automated will appear on the branch main changing GCFO_UNDEFINED_VERSION to the latest version.
We recommend dev to use a "develop" branch as a trunk/working branch (the day to day changes).
When devs are ready to publish then they can craft a release using the latest tag(s).