]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
docs: update RELEASE.md
authorHarald Hoyer <harald@redhat.com>
Tue, 23 Feb 2021 08:53:40 +0000 (09:53 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 23 Feb 2021 15:11:01 +0000 (16:11 +0100)
* clog from last tag
* push commits to kernelorg also

docs/RELEASE.md

index fab6bbd2e6703b15b69b2477f7bcb03c15162cf1..2e1a73fbc8585d576f9bfad80dbff8ac635c4871 100644 (file)
@@ -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
@@ -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"
    ```