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

feat: prefixes for release tags #1079

Merged
merged 1 commit into from
Sep 19, 2021
Merged

feat: prefixes for release tags #1079

merged 1 commit into from
Sep 19, 2021

Conversation

Chriscbr
Copy link
Contributor

Adds support for applying prefixes to release tags. This way, you can have two branches with overlapping version numbers (I believe this only makes sense if you are publishing these branches as different packages).

If you change this on a project with an existing version history, you should manually tag your latest release with the new prefix so that the next time the version is bumped, it detects the latest version properly.

GitHub releases are now named after the release tag that is saved in dist/releasetag.txt after the release task is run. By default, no prefixes are applied, so the releases will still just be named like "v1.2.3".


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@iliapolo iliapolo merged commit 856a33d into main Sep 19, 2021
@iliapolo iliapolo deleted the rybickic/release-prefix branch September 19, 2021 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants