Skip to content

Commit 089f346

Browse files
authored
[misc] Update release script (#339)
1 parent ba4bffa commit 089f346

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/make_release.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ echo -e "${ACTION}Create new tag${NOCOLOR}"
7070
git tag ${GIT_TAG}
7171

7272
echo -e "${FINISHED}Manual steps:${NOCOLOR}"
73-
echo -e "${FINISHED} - Push the tag upstream 'git push origin ${GIT_TAG}'${NOCOLOR}"
73+
echo -e "${FINISHED} - Push the branch and tag upstream 'git push --atomic origin main ${GIT_TAG}'${NOCOLOR}"
7474
echo -e "${FINISHED} - Create a new release https://github.com/google/cpu_features/releases/new${NOCOLOR}"
75-
echo -e "${FINISHED} - Update the Release Notes 'gren release --override'${NOCOLOR}"
75+
echo -e "${FINISHED} - Click "Choose a tag" -> ${GIT_TAG}${NOCOLOR}"
76+
echo -e "${FINISHED} - Click "Generate the release notes"${NOCOLOR}"
77+
echo -e "${FINISHED} - Edit description as needed${NOCOLOR}"
78+
echo -e "${FINISHED} - Click "Publish release"${NOCOLOR}"

0 commit comments

Comments
 (0)