-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathjreleaser.yml
56 lines (53 loc) · 1.27 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
53
54
55
56
project:
name: plugin-modernizer-tool
description: Plugin Modernizer Tool
versionPattern: CUSTOM
longDescription: Plugin Modernizer Tool
authors:
- Jenkins Project
license: MIT
links:
homepage: https://github.com/jenkins-infra/plugin-modernizer-tool
java:
groupId: io.jenkins.plugin-modernizer
version: 17
inceptionYear: 2024
release:
github:
enabled: true
overwrite: false
skipTag: true
tagName: "{{projectVersion}}"
releaseName: "{{projectVersion}}"
changelog:
enabled: false
milestone:
close: false
update:
enabled: true
uploadAssets: RELEASE
distributions:
plugin-modernizer:
active: RELEASE
type: SINGLE_JAR
stereotype: CLI
artifacts:
- path: "{{distributionName}}-cli/target/jenkins-plugin-modernizer-{{projectVersion}}.jar"
packagers:
brew:
active: RELEASE
templateDirectory: homebrew
formulaName: PluginModernizer
repository:
active: RELEASE
owner: jenkins-infra
name: homebrew-tap
tagName: '{{distributionName}}-{{projectVersion}}'
commitAuthor:
name: jenkins-infra
email: jenkins-infra-team@googlegroups.com
extraProperties:
skipLicenseFile: true
skipTemplates:
- cask.rb.tpl
- README.md.tpl