Skip to content

Commit 895b8a2

Browse files
build: correct jreleaser.yml configuration (#194)
1 parent cf5481f commit 895b8a2

File tree

2 files changed

+26
-35
lines changed

2 files changed

+26
-35
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@ XBuilder esta diseñado para que puedas crear XMLs fácilmente.
3737
mvn clean test -Dxbuilder.snapshot.update
3838
```
3939

40+
### Create Pull Requests
41+
42+
Create all Pull Requests using the prefixes of the following table:
43+
44+
| Category | Prefix |
45+
|---------------|-----------|
46+
| Features | feat: |
47+
| Fixes | fix: |
48+
| Changes | perf: |
49+
| Changes | refactor: |
50+
| Changes | revert: |
51+
| Changes | style: |
52+
| Tasks | chore: |
53+
| Build | test: |
54+
| Build | build: |
55+
| Build | ci: |
56+
| Documentation | docs: |
57+
4058
## License
4159

4260
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)

jreleaser.yml

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,11 @@ release:
4444
contributors:
4545
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
4646
labelers:
47-
- label: 'feature'
47+
- label: 'feat'
4848
title: 'regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
49-
- label: 'feature'
50-
title: 'Resolves #'
51-
body: 'Resolves #'
52-
53-
- label: 'issue'
49+
- label: 'fix'
5450
title: 'regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*'
55-
- label: 'issue'
56-
title: 'Fixes #'
57-
body: 'Fixes #'
58-
- label: 'issue'
59-
title: 'Relates to #'
60-
body: 'Relates to #'
61-
62-
- label: 'task'
51+
- label: 'chore'
6352
title: '(chore)'
6453

6554
- label: 'dependencies'
@@ -68,35 +57,19 @@ release:
6857
title: 'regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
6958
- label: 'dependencies'
7059
title: 'regex:^Bump\s'
71-
72-
- label: 'docs'
73-
title: '(docs)'
74-
- label: 'build'
75-
title: '(build)'
7660
categories:
77-
- title: '🚀 Features'
78-
labels:
79-
- 'feature'
80-
- title: '✅ Issues'
81-
labels:
82-
- 'issue'
83-
- title: '🧰 Tasks'
84-
labels:
85-
- 'task'
86-
- title: '📝 Documentation'
87-
labels:
88-
- 'docs'
8961
- title: '⚙️ Dependencies'
62+
key: 'dependencies'
9063
labels:
9164
- 'dependencies'
92-
- title: 'Build'
93-
labels:
94-
- 'build'
9565
hide:
9666
categories:
97-
- 'Build'
67+
- 'merge'
68+
- 'build'
69+
- 'dependencies'
9870
contributors:
9971
- 'GitHub'
72+
- 'dependabot'
10073

10174
announce:
10275
zulip:

0 commit comments

Comments
 (0)