Skip to content

Commit af41517

Browse files
committed
Support new labels
1 parent 8ca372c commit af41517

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github_changelog_generator

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
issues-wo-labels=false
2-
exclude-labels=stack overflow,not a bug,apple bug,duplicate,question,invalid,wontfix
2+
exclude-labels=type: stack overflow,type: invalid/not a bug,type: invalid/apple bug,type: invalid/duplicate,type: invalid/wontfix,type: invalid/missing info
33
bugs-label=**Fixed Bugs**
44
enhancement-label=**Enhancements**
55
issues-label=**Closed Issues**
66
pr-label=**Merged Pull Requests**
77
verbose=false
8-
bug-labels=documentation,bug,Bug
8+
bug-labels=type: accepted/bug
9+
enhancement-labels=type: accepted/enhancement

scripts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

88
lerna publish --cd-version "$VERSION_TYPE" --yes --skip-git
99
VERSION=`node -p "require('./detox/package.json').version"`
10-
github_changelog_generator --future-release "$VERSION" --bugs-label "**Fixed Bugs**" --enhancement-label "**Enhancements**" --issues-label "**Closed Issues**" --pr-label "**Merged Pull Requests**" --no-verbose
10+
github_changelog_generator --future-release "$VERSION" --no-verbose
1111
git add -A
1212
git commit -m "[skip ci] Publish $VERSION"
1313
git tag "$VERSION"

0 commit comments

Comments
 (0)