-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
48 lines (46 loc) · 1.29 KB
/
jreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
project:
name: oci-gradle-build-cache-plugin
description: OCI Gradle BuildCache Plugin
links:
homepage: https://github.com/kordamp/oci-gradle-build-cache-plugin/
authors:
- Andres Almiray
license: Apache-2.0
inceptionYear: 2019
release:
github:
branch: master
overwrite: true
milestone:
name: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
labelers:
- label: 'dependencies'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 120
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 80
labels:
- 'dependencies'
hide:
categories:
- 'merge'
contributors:
- 'GitHub'
replacers:
- search: 'deps: '
announce:
twitter:
active: RELEASE
status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}
mastodon:
active: RELEASE
host: https://mastodon.social
status: 🚀 {{projectName}} {{projectVersion}} has been released! {{releaseNotesUrl}}