From 0bc94b554c550f9482070da942fe2492a6bad505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 13 Apr 2021 12:02:10 +0200 Subject: [PATCH] Refer to scripts/mkreleaselog --- documentation/misc/RELEASE_ISSUE_TEMPLATE.md | 4 ++-- scripts/mkreleaselog | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/mkreleaselog diff --git a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md index d9e02efba..7692058cb 100644 --- a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md +++ b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md @@ -21,7 +21,7 @@ We're happy to announce Lotus X.Y.Z... First steps: - [ ] Fork a new branch (`release/vX.Y.Z`) from `master` and make any further release related changes to this branch. If any "non-trivial" changes get added to the release, uncheck all the checkboxes and return to this stage. - - [ ] Prep the changelog using `bin/mkreleaselog`, and add it to `CHANGELOG.md` + - [ ] Prep the changelog using `scripts/mkreleaselog`, and add it to `CHANGELOG.md` - [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev`. Prepping an RC: @@ -101,7 +101,7 @@ Testing an RC: ## ❤️ Contributors -< list generated by bin/mkreleaselog > +< list generated by scripts/mkreleaselog > Would you like to contribute to Lotus and don't know how? Well, there are a few places you can get started: diff --git a/scripts/mkreleaselog b/scripts/mkreleaselog old mode 100644 new mode 100755