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

Determine release branch independent of tags #1487

Merged
merged 2 commits into from
Nov 10, 2020

Conversation

ndevenish
Copy link
Member

@ndevenish ndevenish commented Nov 9, 2020

This lets us add tags to individual releases.

Adding non-annotated tags to the release branch confused the version checking into thinking that it was on a non-release branch, thus reporting incorrect version numbers. This uses git-branch instead of git-describe so that tags are excluded.

Adding further tags to release branch confused the version checking
into thinking that it was on a non-release branch. This uses
git-branch instead of git-describe so that tags are excluded.
@ndevenish ndevenish merged commit d0dfb98 into dials:master Nov 10, 2020
@ndevenish ndevenish deleted the version-technique branch November 10, 2020 17:50
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.

None yet

1 participant