File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ and [PEP440](https://www.python.org/dev/peps/pep-0440/).
2424 * Change [ unreleased] to new release version
2525 * Add a release date
2626 * Update reference to Github diff
27+ * Remove empty sub sections like e.g. Deprecated
2728
2829* Create a source and wheel distribution
2930
@@ -38,6 +39,7 @@ and [PEP440](https://www.python.org/dev/peps/pep-0440/).
3839 git add .
3940 git commit -m " Prepare release <version>"
4041 ```
42+
4143* Create a pypi configuration file
4244
4345 ``` sh
@@ -99,11 +101,11 @@ and [PEP440](https://www.python.org/dev/peps/pep-0440/).
99101 ```
100102 Open GitHub and create a PR against https://github.com/greenbone/python-gvm
101103
102- * Update after PR is merged
104+ * Update your master branch after PR is merged
103105
104106 ``` sh
105107 git fetch upstream
106- git rebase upstream/master
108+ git rebase upstream/master master
107109 ```
108110
109111* Create a git tag
You can’t perform that action at this time.
0 commit comments