From dd31c4414ba4a9557b1aba5618be78be18d4c630 Mon Sep 17 00:00:00 2001 From: Stephen Suffian Date: Tue, 21 Aug 2018 13:59:56 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec1de9f..acff1ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,11 @@ How to release code updates =========================== 1. create branch named feature/examplefeature and make desired changes -2. edit CHANGELOG.md with changes under a new section called `Development` +2. edit `CHANGELOG.md` with changes under a new section called `Development` 3. create, review, and merge PR for feature/examplefeature 4. repeat steps 1-3 if desired for other features as convenient, though preference is for frequent version bumps 5. make a new branch called release/vX.X.X -6. bump version - edit __version__.py and rename `Development` section with the new version in CHANGELOG.md +6. bump version - edit `__version__.py` and rename `Development` section with the new version in `CHANGELOG.md` 7. commit changes and then create a tag called vX.X.X on release/vX.X.X branch and push both 8. merge release branch to master 9. submit to pypi