mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add exclude-labels to release-drafter (#2061)
* add exclude-labels to release-drafter Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * add dl links to release-drafter template Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
b5e7be7591
commit
3dce0aee18
15
.github/release-drafter.yml
vendored
15
.github/release-drafter.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
labels:
|
labels:
|
||||||
@ -6,9 +8,20 @@ categories:
|
|||||||
labels:
|
labels:
|
||||||
- 'bug'
|
- 'bug'
|
||||||
- title: '🧰 Maintenance'
|
- title: '🧰 Maintenance'
|
||||||
label: 'chore'
|
labels:
|
||||||
|
- 'chore'
|
||||||
|
- 'area/ci
|
||||||
|
- 'area/tests'
|
||||||
|
|
||||||
template: |
|
template: |
|
||||||
## Changes since $PREVIOUS_TAG
|
## Changes since $PREVIOUS_TAG
|
||||||
|
|
||||||
$CHANGES
|
$CHANGES
|
||||||
|
|
||||||
|
### Download
|
||||||
|
|
||||||
|
- [Lens v$RESOLVED_VERSION - Linux](https://snapcraft.io/kontena-lens)
|
||||||
|
- [AppImage](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.AppImage)
|
||||||
|
- [Snapcraft](https://snapcraft.io/kontena-lens)
|
||||||
|
- [Lens v$RESOLVED_VERSION - MacOS](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-$RESOLVED_VERSION.dmg)
|
||||||
|
- [Lens v$RESOLVED_VERSION - Windows](https://github.com/lensapp/lens/releases/download/v$RESOLVED_VERSION/Lens-Setup-$RESOLVED_VERSION.exe)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user