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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for "v0.1.14 Frog release 馃惛" #296

Merged
merged 16 commits into from
Sep 29, 2023
Merged

Prepare for "v0.1.14 Frog release 馃惛" #296

merged 16 commits into from
Sep 29, 2023

Conversation

gmaze
Copy link
Member

@gmaze gmaze commented Sep 29, 2023

Setup

  • Create a new branch for this release: git checkout -b releasev0.1.14
  • Update release version in ./docs/whats-new.rst
  • Increase release version in ./setup.py
  • Create a PR to prepare it, name it with one of the Nature emoji and make sure it was never used before

Prepare code for release

Code clean-up

  • Run codespell from repo root and fix errors: codespell -q 2
  • Run flake8 from repo root and fix errors

Software distribution readiness

  • Manually trigger upstream CI tests for the release branch and ensure they are passed
  • Update pinned dependencies versions in ./ci/requirements/py*-*-pinned.yml environment files using upstream CI tests information
  • Possibly update ./requirements.txt and ./docs/requirements.txt if the oldest dependencies versions were upgraded in the previous step
  • Make sure that all CI tests are passed
  • Activate and make sure the documentation for the release branch is built on RTD

Preparation conclusion

  • Merge this PR to master
  • Update release date in ./docs/whats-new.rst
  • Make sure all CI tests are passed and RTD doc is built on the master branch

Publish the release

  • "Draft a new release" on GitHub.
    Choose a release tag v0.1.14, fill in the release title and click on the Auto-generate release notes button.
    This will trigger the publish Github action that will push the release on Pypi.
  • Last check the ./setup.py file version of the release and that the documentation is ready
  • Publish !
  • Checkout on Pypi and Conda that the new release is distributed.

Publish on pypi

CI tests / RTD build results

CI tests v0.1.14
CI tests Upstream v0.1.14
Documentation Status  v0.1.14

@gmaze gmaze added the release label Sep 29, 2023
@gmaze gmaze self-assigned this Sep 29, 2023
@gmaze gmaze merged commit fd7ae1c into master Sep 29, 2023
19 checks passed
@gmaze gmaze deleted the release-v0.1.14 branch September 29, 2023 10:01
@gmaze gmaze changed the title Prepare for "v0.1.14 Frog release 馃惛" Prepare for "v0.1.15 Frog release 馃惛" Sep 29, 2023
@gmaze gmaze changed the title Prepare for "v0.1.15 Frog release 馃惛" Prepare for "v0.1.14 Frog release 馃惛" Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant