Adds a workflow job to automatically update the version in the code #22
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).