Added new styles to mark branches as pre releases#164
Merged
effigies merged 1 commit intopython-versioneer:masterfrom May 19, 2021
Merged
Added new styles to mark branches as pre releases#164effigies merged 1 commit intopython-versioneer:masterfrom
effigies merged 1 commit intopython-versioneer:masterfrom
Conversation
|
@warner Do you think this could be merged ? Tests are passing and feature is documented. |
Contributor
|
We're working on reviving this project. Can you rebase/merge master to resolve conflicts and refresh the CI? |
bc5a809 to
ba5151e
Compare
Contributor
Author
|
@effigies all set |
effigies
approved these changes
Oct 6, 2020
Contributor
effigies
left a comment
There was a problem hiding this comment.
This looks well written and tested to me...
Contributor
|
Sorry, this is conflicting with another recent merge. Could you try another rebase? |
f233e66 to
ad2121e
Compare
This adds two new styles `pep440-branch` and `pep440-post-branch` which mark all versions generated from non master branches with a version compatible with `pip --pre`. These formats are useful if you want to publish all CI builds to a pypi repository but don't want feature branch builds to be pulled automatically ahead of the master branch with `pip install`.
ad2121e to
690a555
Compare
Contributor
Author
|
@effigies all set |
Contributor
|
Thanks! |
This was referenced Sep 11, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds two new styles
pep440-branchandpep440-post-branchwhichmark all versions generated from non master branches with a version
compatible with
pip --pre.These formats are useful if you want to publish all CI builds to a pypi
repository but don't want feature branch builds to be pulled
automatically ahead of the master branch with
pip install.