crowdsec/.github/release-drafter.yml
Thibault "bui" Koechlin 825f8f83b2
up doc (#543)
2020-12-15 17:02:24 +01:00

32 lines
795 B
YAML

categories:
- title: 'New Features'
labels:
- 'new feature'
- title: 'Improvements'
labels:
- 'enhancement'
- 'improvement'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'Documentation'
labels:
- 'documentation'
- 'doc'
tag-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
## Changes
$CHANGES
## Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com">https://www.maxmind.com</a>.
## Upgrading installation
Take a look at the [upgrade instructions](https://doc.crowdsec.net/Crowdsec/v1/getting_started/upgrades/) or [installation instructions](https://doc.crowdsec.net/Crowdsec/v1/getting_started/installation/).