-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation: improve changelog generation
- add default params file to improve use of github_changelog_generator - rename CHANGES.md to CHANGELOG.md for consistency across projects
- Loading branch information
1 parent
9572be9
commit 03fc334
Showing
2 changed files
with
52 additions
and
45 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,21 @@ | ||
# 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/rero-ils:staging | ||
base=CHANGELOG.md | ||
user=rero | ||
project=rero-ils | ||
release-branch=staging | ||
|
||
# Limit issues fetched so as to not reach secondary API limit | ||
max-issues=300 | ||
# Exclude labels from changelog | ||
exclude-labels=stale,duplicate,wontfix,translations | ||
|
||
bug-labels=bug,Bug,bug (critical),correction | ||
security-labels=dev: security | ||
|
||
breaking-labels=new feature | ||
breaking-label=New features: | ||
|
||
# Export following labels to the changelog to help with categorizing the release-notes | ||
issue-line-labels=f: activity-logs,f: circulation,f: consortial,f: data migration,f: data,f: ebooks,f: editor,f: mef,f: notifications, f: permissions,f: professional ui,f: public ui,f: search,f: serials,f: statistics,f: user management |
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