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

Add tbump to simplify version bumping #158

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

tomvothecoder
Copy link
Collaborator

This PR adds tbump to simplify version bumping.

Additional Changes:

  • Pin docutils=0.16 in dev environment and CI/CD workflows to avoid missing unordered bullets bug
  • Update release.rst with latest steps to bump and release

Usage

Just run tbump <version> --no-tag to update the version in:

  • setup.py
  • zstash/__init__.py
  • conda/meta.yaml

@tomvothecoder tomvothecoder added the DevOps CI/CD, configuration, etc. label Jul 1, 2021
@tomvothecoder tomvothecoder self-assigned this Jul 1, 2021
Copy link
Collaborator Author

@tomvothecoder tomvothecoder left a 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 Show resolved Hide resolved
docs/source/dev_guide/release.rst Outdated Show resolved Hide resolved
docs/source/dev_guide/release.rst Outdated Show resolved Hide resolved
Comment on lines 72 to 73
* Release candidates are assigned the ``e3sm_dev`` label
* Production releases are assigned the ``main`` label
Copy link
Collaborator Author

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

docs/source/dev_guide/release.rst Show resolved Hide resolved
tbump.toml Show resolved Hide resolved
tbump.toml Show resolved Hide resolved
docs/source/dev_guide/release.rst Show resolved Hide resolved
docs/source/dev_guide/release.rst Show resolved Hide resolved
docs/source/dev_guide/release.rst Outdated Show resolved Hide resolved
docs/source/dev_guide/release.rst Outdated Show resolved Hide resolved
docs/source/dev_guide/release.rst Outdated Show resolved Hide resolved
- Pin `docutils=0.16` to avoid missing unordered list bug
- Update `release.rst` steps to release
@tomvothecoder tomvothecoder merged commit 6b7d30e into E3SM-Project:master Aug 3, 2021
@tomvothecoder tomvothecoder deleted the devops/146-tbump branch August 3, 2021 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps CI/CD, configuration, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tbump to simplify package versioning process
2 participants