From 9f400b4eaec218cf1aba74c99eba516e1e028ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 28 Aug 2021 12:21:22 +0200 Subject: [PATCH] build: gren 0.17.3 mess up dates --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 23f799bf2a..a233a0bf3b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,7 +21,7 @@ We are using [gren](https://github.com/github-tools/github-release-notes) to gen - Regenerate CHANGELOG.md with _gren_ ```shell - npx github-release-notes changelog --generate --override --tags=all + npx github-release-notes@0.17.1 changelog --generate --override --tags=all ``` - Add the changelog to git and update the tag @@ -37,5 +37,5 @@ We are using [gren](https://github.com/github-tools/github-release-notes) to gen - Generate release with _gren_ ```shell - npx github-release-notes release --tags + npx github-release-notes@0.17.1 release --tags ```