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

Prepare Halloween release 0.1.8 🎃 #134

Merged
merged 4 commits into from
Nov 2, 2021
Merged

Prepare Halloween release 0.1.8 🎃 #134

merged 4 commits into from
Nov 2, 2021

Conversation

gmaze
Copy link
Member

@gmaze gmaze commented Nov 2, 2021

Prepare release

  1. Make sure that all CI tests are passed with free environments
  2. Update ./requirements.txt and ./docs/requirements.txt with CI free environments dependencies versions
  3. Update ./ci/requirements/py*-dev.yml with last free environments dependencies versions
  4. Make sure that all CI tests are passed with dev environments
  5. Increase release version in ./setup.py file
  6. Update date and release version in ./docs/whats-new.rst
  7. Merge this PR to master

Publish release

  • Make sure that all CI tests are passed

  • On the master branch, commit the release in git:
    git commit -a -m 'Release v0.X.Y'

  • Tag the release:
    git tag -a v0.X.Y -m 'v0.X.Y'

  • Push it online:
    git push origin v0.X.Y

  • Issue the release on GitHub. Click on "Draft a new release" at
    https://github.com/euroargodev/argopy/releases. Type in the version number, but
    don't bother to describe it -- we maintain that on the docs instead.

    This will trigger the publish Github action that will push the release on Pypi.

@gmaze gmaze added the dependencies Pull requests that update a dependency file label Nov 2, 2021
@gmaze gmaze changed the title Update requirements before next release Prepare for next release Nov 2, 2021
@gmaze gmaze changed the title Prepare for next release Prepare for next release 0.1.8 Nov 2, 2021
@gmaze gmaze added the release label Nov 2, 2021
@gmaze gmaze changed the title Prepare for next release 0.1.8 Prepare next release 0.1.8 Nov 2, 2021
@gmaze gmaze merged commit 498ad73 into master Nov 2, 2021
@gmaze gmaze changed the title Prepare next release 0.1.8 Prepare Halloween release 0.1.8 🎃 Nov 2, 2021
@gmaze gmaze deleted the req-update branch November 2, 2021 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant