-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add tbump to simplify version bumping #158
Add tbump to simplify version bumping #158
Conversation
3509c91
to
e0377da
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.
The changes and comments are mostly identical E3SM-Project/zppy#91.
I've commented on areas of interest.
docs/source/dev_guide/release.rst
Outdated
* Release candidates are assigned the ``e3sm_dev`` label | ||
* Production releases are assigned the ``main`` label |
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.
Added bullets describing label assignment for releases
e0377da
to
d11cb0f
Compare
d11cb0f
to
9110ca9
Compare
- Pin `docutils=0.16` to avoid missing unordered list bug - Update `release.rst` steps to release
9110ca9
to
d7836a0
Compare
This PR adds
tbump
to simplify version bumping.Additional Changes:
release.rst
with latest steps to bump and releaseUsage
Just run
tbump <version> --no-tag
to update the version in:setup.py
zstash/__init__.py
conda/meta.yaml