From 705236dbf35cbdb1ca5dacb31dd17bd83b5276c7 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 4 Mar 2024 10:12:08 -0700 Subject: [PATCH] updates contributing docs --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a4685c..f169963 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -246,7 +246,13 @@ package: ### Releases -If you are part of the group of maintainers and have correct user permissions +If you are a member of the DPE team at Sage Bionetworks, you can simply publish a new release on GitHub in the Releases tab. + +1. Create a new tag which is unique and incremental to the previous version. This repository uses [Semantic Versioning](https://semver.org/). +1. Monitor the GitHub Action which will be triggered by the new release. +1. Once the Action is complete, ensure that the new release is published to PyPI and can be installed. + +If you are NOT a member of the DPE team at Sage Bionetworks, but you are part of the group of maintainers and have correct user permissions on [PyPI], the following steps can be used to release a new version for `orca`: