mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
49 lines
930 B
YAML
49 lines
930 B
YAML
# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
|
||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
||
name-template: 'v$RESOLVED_VERSION'
|
||
tag-template: 'v$RESOLVED_VERSION'
|
||
|
||
categories:
|
||
- title: '๐ Features'
|
||
labels:
|
||
- 'feature'
|
||
- 'feat'
|
||
- title: '๐ Bug Fixes'
|
||
labels:
|
||
- 'fix'
|
||
- 'bugfix'
|
||
- 'bug'
|
||
- title: '๐ ๏ธ Changes'
|
||
labels:
|
||
- 'chore'
|
||
- 'refactor'
|
||
- 'docs'
|
||
- title: '๐ฆ Dependencies'
|
||
labels:
|
||
- 'dependencies'
|
||
- title: '๐งช Tests'
|
||
labels:
|
||
- 'test'
|
||
|
||
change-template: '- $TITLE [#$NUMBER]($URL)'
|
||
|
||
version-resolver:
|
||
major:
|
||
labels:
|
||
- 'major'
|
||
minor:
|
||
labels:
|
||
- 'minor'
|
||
patch:
|
||
labels:
|
||
- 'patch'
|
||
default: patch
|
||
|
||
template: |
|
||
## Whatโs Changed
|
||
|
||
$CHANGES
|
||
|
||
Milestone: $RESOLVED_VERSION
|
||
**Full Changelog**: https://github.com/LibreSign/libresign/compare/$PREVIOUS_TAG...$NEXT_TAG
|