-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathjreleaser.yml
108 lines (104 loc) · 3.35 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
103
104
105
106
107
108
#
# Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License - 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
project:
name: xsender
description: Libreria para enviar XMLs a la SUNAT
longDescription: Libreria para enviar comprobantes electrónicos a los servicios web de la SUNAT y/o OSCE
authors:
- Carlos E. Feria Vila
license: Apache-2
java:
groupId: io.github.project.openubl.xsender
version: 11
inceptionYear: 2019
links:
homepage: https://project-openubl.github.io/
release:
github:
owner: project-openubl
name: xsender
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
files:
- path: 'release.md'
transform: 'blog/{{#f_now}}YYYY-MM-dd{{/f_now}}/{{projectName}}-{{#f_dash}}{{projectVersion}}{{/f_dash}}-released.md'