forked from rero/ng-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation: add changelog generator default params
- Loading branch information
1 parent
1b0c0ba
commit c4a5c79
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Command to generate: github_changelog_generator --since-tag <last release> --future-release <new release> -t <github token> | ||
|
||
# Running the command updates the file with info from rero/ng-core:staging | ||
base=CHANGELOG.md | ||
user=rero | ||
project=ng-core | ||
release-branch=staging | ||
|
||
# Limit issues fetched so as to not reach secondary API limit | ||
max-issues=800 | ||
# Exclude labels from changelog | ||
exclude-labels=stale,duplicate,wontfix,translations | ||
|
||
bug-labels=bug,Bug,bug (critical),correction | ||
|
||
breaking-labels=dev: dependencies | ||
breaking-label=Dependencies upgrades: | ||
|
||
# Export following labels to the changelog to help with categorizing the release-notes | ||
issue-line-labels=f: activity-logs,f: data export,f: data migration,f: data,f: editor,f: mef,f: professional ui,f: public ui, UX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters