-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathjreleaser.yml
52 lines (50 loc) · 1.54 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
49
50
51
52
project:
name: kordamp-gradle-plugins
description: A collection of opinionated Gradle plugins
longDescription: |
This project provides a set of Gradle plugins that follow an opinionated way to build Java, Groovy, Scala or Kotlin projects.
The conventions defined by these plugins closely follow common practices observed in many Open Source projects.
links:
homepage: https://kordamp.org/kordamp-gradle-plugins
authors:
- Andres Almiray
license: Apache-2.0
inceptionYear: 2018
release:
github:
branch: master
overwrite: true
milestone:
name: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
extraProperties:
categorizeScopes: true
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}}