You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dagar here's my example config file for the github_changelog_generator tool
# How to install:
# gem install github_changelog_generator
# How to run:
# github_changelog_generator
# Description:
# The following params are sensible defaults for the PX4 project,
# if you want to do a changelog before a release you need to update since-tag and future-releases,
# Params:
# github_changelog_generator --help for all options
# max-issues
# max threshold for github api queries
# make sure you set your CHANGELOG_GITHUB_TOKEN before
# running, the more issues we have here the longer the process takes.
max-issues=500
# exclude-tags-regex
# excludes release candidates
exclude-tags-regex=rc[0-9]{1,}|beta[0-9]{1,}
# since-tag
# version of last stable release
# you need to change this depending on what you need
# if you want a changelog between versions this is the lowest version
since-tag=v1.7.3
# future-release
# version you are about to release
# if you want a changelog between a version and all unreleased changes grouped as a release
# eg: v1.6.5 to v1.7.0
future-release=v1.8.0
# Project
user=PX4
project=Firmware
# Credentials
# You need to generate a github token with enough permissions to read the project.
token=
Everyone, this is the changelog generated automatically by using github_changelog_generator, please review.
Change Log
v1.8.0 (2018-06-04)
Full Changelog
Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
v1.8.0-beta2 (2018-05-27)
Full Changelog
Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
v1.8.0-beta1 (2018-05-03)
Full Changelog
Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
v1.7.4beta (2018-03-19)
Full Changelog
Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator
The text was updated successfully, but these errors were encountered: