Add a checkbox to retarget any related tags #63
Labels
documentation
This issue or pull request improves or adds to documentation
good first issue
This issue or pull request is well-defined and good for newcomers
hacktoberfest-accepted
Pull request that should count toward Hacktoberfest participation
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
After a release is made we should retarget any tags that need it. For example. If the current repo is at
v1.0.0
and there is av1
tag that points to the same commit... when we make thev1.0.1
release, thev1
tag should be moved to point to the same commit.An example of this can be found in
cyhy-config
:Which is referenced by
cyhy-kevsync
:An example of
For extra credit, find or write a GitHub Action that can do this automatically upon the generation of a release.
.github/.github/pull_request_template.md
Line 60 in ad719df
The text was updated successfully, but these errors were encountered: