Skip to content

Commit 2aece51

Browse files
authored
Fixup RELEASE instructions
1 parent 68f70e6 commit 2aece51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contact [Peter Giacomo Lombardo](https://github.com/pglombardo) to be added._
55

66
1. Before releasing, assure that [tests have passed](https://circleci.com/gh/instana/workflows/python-sensor) and that the package has also been manually validated in various stacks.
77
2. `git checkout master && git pull --rebase && pip install -U twine`
8-
3. Bump the package version in `setup.py`
8+
3. Bump the package version in `setup.py`. `git` commit & push the version change to the master branch
99
4. Create a [draft Release on Github](https://github.com/instana/python-sensor/releases)
1010
5. `python setup.py sdist` to create the `instana-<version>.tar.gz` file in `./dist/`
1111
6. Upload the package to Pypi with twine: `twine upload dist/instana-<version>*`

0 commit comments

Comments
 (0)