From: Harald Hoyer Date: Tue, 23 Feb 2021 08:53:40 +0000 (+0100) Subject: docs: update RELEASE.md X-Git-Tag: 053~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f3a10d5df6e5afd99bc075ab902eaba97b9080;p=thirdparty%2Fdracut.git docs: update RELEASE.md * clog from last tag * push commits to kernelorg also --- diff --git a/docs/RELEASE.md b/docs/RELEASE.md index fab6bbd2e..2e1a73fbc 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -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" ```