-
Notifications
You must be signed in to change notification settings - Fork 115
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
More release automation #2532
More release automation #2532
Conversation
6c79583
to
0cb48ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we need to start a doc with how to install all the new Python dependencies for handling releases :-)
Edit: I see you mentioned this is coming 👍
Codecov Report
@@ Coverage Diff @@
## master #2532 +/- ##
==========================================
- Coverage 67.13% 67.06% -0.08%
==========================================
Files 328 328
Lines 30119 30119
==========================================
- Hits 20221 20199 -22
- Misses 7394 7397 +3
- Partials 2504 2523 +19
Continue to review full report at Codecov.
|
# - Passing current version as an CLI parameter. | ||
# - Outputting the new version to stdout without making modifications to any | ||
# files. | ||
_PUNCH_VERSION_FILE := $(shell mktemp /tmp/oasis-core.XXXXX.py) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this one lazy too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also is there any way to clean this up after we're done with it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've implemented both in #2559.
Closes #2523. Closes #2512.
Note, documentation on installing the Punch utility for computing the next version will come as part of #2457.