1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +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

21
.grenrc.yml Normal file
View 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"