libresign/.github/release-drafter.yml
Samuelson Brito 2204b26046 chore: add Milestone
Signed-off-by: Samuelson Brito <samuelsonma@gmail.com>
2025-05-29 09:25:31 -04:00

49 lines
930 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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