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

Release process #3

Open
GuillaumeFavelier opened this issue May 28, 2020 · 0 comments
Open

Release process #3

GuillaumeFavelier opened this issue May 28, 2020 · 0 comments
Labels
meta Abstract topic

Comments

@GuillaumeFavelier
Copy link
Owner

GuillaumeFavelier commented May 28, 2020

These are the steps to follow:

  1. Archive all the cards of the Done tab in the Global Roadmap project:

image


  1. Close the corresponding release milestone:

image


  1. Rename the __version__ variable in __init__ and remove the dev suffix e.g. from 0.4.dev0 to 0.4

  1. Create a new list of changes corresponding to the new milestone (e.g. 0.4.md), update the latest.md changelog and publish on master.

  1. Merge master into release:
git checkout release
git merge master
git push origin release

  1. Draft a new release and tag the release branch:

image


  1. Bump the __version__ variable in __init__.py to 0.5.dev0

  1. Create a new milestone Release 0.5

image

@GuillaumeFavelier GuillaumeFavelier added the meta Abstract topic label May 28, 2020
This was referenced May 28, 2020
@GuillaumeFavelier GuillaumeFavelier pinned this issue Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Abstract topic
Projects
None yet
Development

No branches or pull requests

1 participant