File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ echo -e "${ACTION}Create new tag${NOCOLOR}"
7070git tag ${GIT_TAG}
7171
7272echo -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} "
7474echo -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} "
You can’t perform that action at this time.
0 commit comments