crowdsec/.github/release-drafter.yml

39 lines
847 B
YAML
Raw Normal View History

categories:
- title: 'New Features'
labels:
- 'new feature'
- 'kind/feature'
2020-08-05 09:24:34 +00:00
- title: 'Improvements'
labels:
- 'kind/enhancement'
- 'enhancement'
2020-08-05 09:24:34 +00:00
- 'improvement'
- title: 'Bug Fixes'
labels:
- 'kind/fix'
- 'fix'
- 'bugfix'
- 'bug'
- title: 'Documentation'
labels:
2020-08-05 09:24:34 +00:00
- 'documentation'
- 'doc'
- title: 'Chore / Deps'
labels:
- 'kind/dependencies'
- 'kind/chore'
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
2021-09-09 14:40:22 +00:00
## Installation
2020-12-15 16:02:24 +00:00
Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec).
2020-12-15 16:02:24 +00:00