crowdsec/.github/release-drafter.yml

32 lines
795 B
YAML
Raw Normal View History

categories:
- title: 'New Features'
labels:
- 'new feature'
2020-08-05 09:24:34 +00:00
- title: 'Improvements'
labels:
- 'enhancement'
2020-08-05 09:24:34 +00:00
- 'improvement'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'Documentation'
labels:
2020-08-05 09:24:34 +00:00
- 'documentation'
- 'doc'
2020-07-30 13:59:05 +00:00
tag-template: "- $TITLE @$AUTHOR (#$NUMBER)"
2020-05-15 09:41:18 +00:00
template: |
## Changes
2020-05-15 09:41:18 +00:00
$CHANGES
## Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com">https://www.maxmind.com</a>.
2020-12-15 16:02:24 +00:00
## 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/).