Skip to content

Commit a012e9e

Browse files
authored
Merge pull request #177 from bjoernricks/update-release-md
Update RELEASE.md documenation
2 parents b8a57db + c1610a8 commit a012e9e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)