-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
jreleaser.yml
102 lines (98 loc) · 3.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
project:
name: searchpe
description: Consultas RUC/DNI al "padrón reducido" de la SUNAT
longDescription: Consulta el DNI o RUC de cualquier persona natural o jurídica registrada en el territorio peruano. La información es obtenida del padrón reducido de la SUNAT.
authors:
- Carlos E. Feria Vila
license: Apache-2
java:
groupId: io.github.project.openubl.searchpe
version: 11
inceptionYear: 2019
links:
homepage: https://project-openubl.github.io/
distributions:
jvm:
artifacts:
- path: application/target/distributions/searchpe-{{projectVersion}}.tar.gz
- path: application/target/distributions/searchpe-{{projectVersion}}.zip
release:
github:
owner: project-openubl
name: searchpe
branch: master
overwrite: true
discussionCategoryName: Announcements
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
labelers:
- label: 'feat'
title: 'regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
- label: 'fix'
title: 'regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*'
- label: 'chore'
title: '(chore)'
- label: 'dependencies'
title: '(deps)'
- label: 'dependencies'
title: 'regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
- label: 'dependencies'
title: 'regex:(?:\(deps-dev\)(?:\(.*\))?!?):\s.*'
- label: 'dependencies'
title: 'regex:^Bump\s'
categories:
- title: '⚙️ Dependencies'
key: 'dependencies'
labels:
- 'dependencies'
hide:
categories:
- 'merge'
- 'build'
- 'dependencies'
contributors:
- 'GitHub'
- 'dependabot'
announce:
zulip:
active: RELEASE
account: [email protected]
apiHost: https://projectopenubl.zulipchat.com/api/v1
channel: announcements
subject: '{{projectNameCapitalized}} {{projectVersion}} released!'
message: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}'
twitter:
active: RELEASE
status: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}'
slack:
active: RELEASE
channel: '#notifications'
message: '🚀 {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}'
mail:
active: RELEASE
mimeType: TEXT
port: 587
auth: true
host: smtp.gmail.com
username: [email protected]
from: [email protected]
subject: '{{projectNameCapitalized}} {{projectVersion}} released!'
message: |
Acabamos de lanzar {{projectNameCapitalized}} {{projectVersion}}!
{{changelog}}
article:
active: RELEASE
repository:
owner: project-openubl
name: website
branch: master
username: carlosthe19916
files:
- path: 'release.md'
transform: 'blog/{{#f_now}}YYYY-MM-dd{{/f_now}}/{{projectName}}-{{#f_dash}}{{projectVersion}}{{/f_dash}}-released.md'
- path: 'openapi.yaml'
transform: 'static/openapi/searchpe/openapi.yaml'