From 089f34635f52a396cbee3c5c173667206c2f19ab Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Thu, 14 Sep 2023 13:20:27 +0000 Subject: [misc] Update release script (#339) --- scripts/make_release.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/make_release.sh b/scripts/make_release.sh index 25b59f9..0f4063d 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -70,6 +70,9 @@ echo -e "${ACTION}Create new tag${NOCOLOR}" git tag ${GIT_TAG} echo -e "${FINISHED}Manual steps:${NOCOLOR}" -echo -e "${FINISHED} - Push the tag upstream 'git push origin ${GIT_TAG}'${NOCOLOR}" +echo -e "${FINISHED} - Push the branch and tag upstream 'git push --atomic origin main ${GIT_TAG}'${NOCOLOR}" echo -e "${FINISHED} - Create a new release https://github.com/google/cpu_features/releases/new${NOCOLOR}" -echo -e "${FINISHED} - Update the Release Notes 'gren release --override'${NOCOLOR}" +echo -e "${FINISHED} - Click "Choose a tag" -> ${GIT_TAG}${NOCOLOR}" +echo -e "${FINISHED} - Click "Generate the release notes"${NOCOLOR}" +echo -e "${FINISHED} - Edit description as needed${NOCOLOR}" +echo -e "${FINISHED} - Click "Publish release"${NOCOLOR}" -- cgit v1.2.3