Skip to content

Commit

Permalink
Improve the release process (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet authored Mar 9, 2022
1 parent 8a494eb commit de700c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .grenrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
dataSource: "prs"
ignoreLabels:
- "Apple M1"
- "duplicate"
- "help wanted"
- "invalid"
- "question"
- "wontfix"
onlyMilestones: false
groupBy:
"API Change":
- "API Change"
"New features / Enhancements":
- "enhancement"
- "internal"
"Bug Fixes":
- "bug"
"Misc":
- "misc"
changelogFilename: "CHANGELOG.md"
5 changes: 4 additions & 1 deletion scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit de700c4

Please sign in to comment.