mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 07:02:30 +02:00
Improve the release process (#231)
This commit is contained in:
parent
8a494eb1e1
commit
de700c4a30
21
.grenrc.yml
Normal file
21
.grenrc.yml
Normal file
@ -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"
|
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user