epub-creator/.github/release-drafter.yml
Paul Campbell b7f607d49c
Adopt and release to Maven Central (#2)
* Add GitHub Actions for CI

* Remove unused CI and release files

* Ignore IntelliJ files

* pom: add my parent

* pom: remove redundant packaging element

* pom: update scm repo

* pom: upgrade to Java 1.8

* pom: remove maven-release-plugin

* pom: remove opencollab distributionManagement

* pom: remove releases profile

* pom: add kemitix-maven-tiles: maven-plugins, enforcer, compiler-jdk-8, testing

* Update readme

* Version set to 1.0.2

* github: test build with JDK 8

* github: remove native-image testing
2020-08-30 19:42:58 +01:00

34 lines
601 B
YAML

name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
exclude-labels:
- 'skip-changelog'
template: |
## Changes
$CHANGES