From 231b99e03682ac033e4a784112b14bb286009afa Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Tue, 29 Sep 2020 13:30:48 +0200 Subject: [PATCH] Update RELEASING.adoc --- RELEASING.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASING.adoc b/RELEASING.adoc index 46ec77e2..8354c1b6 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -20,3 +20,8 @@ git add -A git commit -m "Next is $NEXT_VERSION" git push upstream master ---- + +* Re-run the https://github.com/mvndaemon/mvnd/actions?query=workflow%3A%22Mvnd+Changelog%22[Changelog update] manually. +* Find the anchor of the released tag in the https://github.com/mvndaemon/mvnd/blob/master/CHANGELOG.md[Changelog] by + clicking the chain link on the left. +* Wait for the release job to finish, paste the link to changelog to the release. \ No newline at end of file