Skip to content

BLD: consider version tags only when using git-describe to gen version string #5916

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

Merged
1 commit merged into from Jan 13, 2014
Merged

BLD: consider version tags only when using git-describe to gen version string #5916

1 commit merged into from Jan 13, 2014

Conversation

ghost
Copy link

@ghost ghost commented Jan 13, 2014

On master we use tags strictly to indicate releases.
In other clones, this may not be the case. Specifically, jenkins
sometimes likes to tags each build which can wreak havoc when
using git-describe naively to generate version strings.

git allows you to filter the tags to consider when constructing the version string. well then.

I tested this locally of course, but as always with changes to setup.py - duck and cover.

ghost pushed a commit that referenced this pull request Jan 13, 2014
BLD: match version tags when using git-describe to gen version string
@ghost ghost merged commit 1e5f94a into pandas-dev:master Jan 13, 2014
@ghost ghost deleted the PR_setup_git_describe_match_tags branch January 13, 2014 07:11
This pull request was closed.
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.

0 participants