GitHub action for auto-updating GIT_TAG in readme #992
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 workflow will be automatically launched on a published release.
It finds regex
(GIT_TAG) [0-9a-f]+
in README.md and replaces the git tag with the one which is relevant for the created release.So basically the workflow will do something like this:
This way there will be no need to update the tag manually and therefore repository users will not have to additionally verify latest release tag.
I have also replaced current
0817715923c9705e68994eb52ef9df3f6845beba
tag in readme with the most recent released3b15fa82ea74739b574d705fea44959b58142eb8
so there is no need to create a new release once the changes are merged.Note that the workflow uses third-party Action for committing changes:
stefanzweifel/git-auto-commit-action@v5