From c87bfa0aa6c313ec765a9b0cf61f2360166aaeca Mon Sep 17 00:00:00 2001 From: Martin Mohrmann Date: Mon, 17 Jul 2023 11:26:53 +0200 Subject: [PATCH 1/2] move-release-guide --- docs/contributing.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 40de4fb..55480de 100755 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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. +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. From b802d9ca7bd64bf497fd94aea044f45f90675ffe Mon Sep 17 00:00:00 2001 From: Martin <37417617+MartinMohrmann@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:42:15 +0200 Subject: [PATCH 2/2] Update contributing.rst --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 55480de..9dac82e 100755 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -174,4 +174,4 @@ NB RULE! Never commit to master. 1. Change the version in the setup.py file. Must be format YYYY. 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. +4. The DOI will also be updated on Zenodo. (untested, see #165)