1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Improve the release process (#231)

This commit is contained in:
Guillaume Chatelet
2022-03-09 11:05:08 +01:00
committed by GitHub
parent 8a494eb1e1
commit de700c4a30
2 changed files with 25 additions and 1 deletions

View File

@ -69,4 +69,7 @@ git commit -m"Release ${GIT_TAG}"
echo -e "${ACTION}Create new tag${NOCOLOR}"
git tag ${GIT_TAG}
echo -e "${FINISHED}Local release is ready. Run `git push origin --tags`${NOCOLOR}"
echo -e "${FINISHED}Manual steps:${NOCOLOR}"
echo -e "${FINISHED} - Push the tag upstream 'git push origin ${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}"