Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a checkbox to retarget any related tags #63

Open
felddy opened this issue Oct 11, 2024 · 0 comments
Open

Add a checkbox to retarget any related tags #63

felddy opened this issue Oct 11, 2024 · 0 comments
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

Comments

@felddy
Copy link
Member

felddy commented Oct 11, 2024

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 a v1 tag that points to the same commit... when we make the v1.0.1 release, the v1 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

git tag --force v1 v1.0.1
git push origin v1 --force

For extra credit, find or write a GitHub Action that can do this automatically upon the generation of a release.

- [ ] Create a release.

@felddy felddy added improvement This issue or pull request will add or improve functionality, maintainability, or ease of use good first issue This issue or pull request is well-defined and good for newcomers documentation This issue or pull request improves or adds to documentation hacktoberfest-accepted Pull request that should count toward Hacktoberfest participation labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant