Skip to content

Add a checkbox to retarget any related tags #63

@felddy

Description

@felddy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis issue or pull request improves or adds to documentationgood first issueThis issue or pull request is well-defined and good for newcomershacktoberfest-acceptedPull request that should count toward Hacktoberfest participationimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of use

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions