Skip to content

Commit

Permalink
docs: update RELEASE.md
Browse files Browse the repository at this point in the history
* clog from last tag
* push commits to kernelorg also
  • Loading branch information
haraldh committed Feb 23, 2021
1 parent 1edf54e commit 62f3a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This documents contains the necessary steps to conduct a successful release.

Get a first template with [`clog`](https://github.com/clog-tool/clog-cli)
```console
$ clog -r https://github.com/dracutdevs/dracut
$ clog -F -r https://github.com/dracutdevs/dracut
```

2. Update the contributors list in NEWS.md
Expand Down Expand Up @@ -49,7 +49,7 @@ This documents contains the necessary steps to conduct a successful release.

Push to kernel.org git:
```console
$ git push --tags kernelorg master
$ git push --atomic kernelorg master "$VERSION"
```


Expand Down

0 comments on commit 62f3a10

Please sign in to comment.