Skip to content

Commit

Permalink
documentation: improve changelog generation
Browse files Browse the repository at this point in the history
- add default params file to improve use of github_changelog_generator
- rename CHANGES.md to CHANGELOG.md for consistency across projects
  • Loading branch information
PascalRepond committed Mar 8, 2022
1 parent 685ca83 commit a2ae3bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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-ebooks
release-branch=staging

# Limit issues fetched so as to not reach secondary API limit
max-issues=400
# Exclude labels from changelog
exclude-labels=stale,duplicate,wontfix,translations

bug-labels=bug,Bug,bug (critical),correction
security-labels=dev: security

breaking-labels=dev: dependencies
breaking-label=Dependencies upgrades:
File renamed without changes.

0 comments on commit a2ae3bd

Please sign in to comment.