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

Release script #317

Merged
merged 3 commits into from
May 27, 2020
Merged

Release script #317

merged 3 commits into from
May 27, 2020

Conversation

fao89
Copy link
Member

@fao89 fao89 commented May 27, 2020

  • Move requirements out of setup.py
  • Introduce release script

Comment on lines +5 to +7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(0b)?(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
{major}.{minor}.0b{patch}.{release}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to adapt including the 0b

@fao89 fao89 requested a review from bmbouter May 27, 2020 19:46
@pulpbot
Copy link
Member

pulpbot commented May 27, 2020

Attached issue: https://pulp.plan.io/issues/6848

Attached issue: https://pulp.plan.io/issues/6850

Copy link
Member

@bmbouter bmbouter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thank you for the script and for adapting bump2version for this as well!

@bmbouter bmbouter merged commit a47d4cb into pulp:master May 27, 2020
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

3 participants