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

move-release-guide #186

Merged
merged 5 commits into from
Jul 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,15 @@ Preparing Pull Requests
$ git rebase upstream/master # Apply the changes that have been made to central repo,
$ # since your last fetch, onto you master.
$ git branch -d your-bugfix-feature-branch-name # to delete the branch after PR is approved

Release Instructions
--------------------

This is a documentation repo for people in the group on how to do the integrated deployment.

NB RULE! Never commit to master.

1. Change the version in the setup.py file. Must be format YYYY.<release number>
2. Create a release with a tag that has the same format as the version above.
3. The distribution will be built automatically and pushed to PyPi
4. The DOI will also be updated on Zenodo.
callumrollo marked this conversation as resolved.
Show resolved Hide resolved