File tree Expand file tree Collapse file tree 2 files changed +26
-35
lines changed Expand file tree Collapse file tree 2 files changed +26
-35
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,24 @@ XBuilder esta diseñado para que puedas crear XMLs fácilmente.
37
37
mvn clean test -Dxbuilder.snapshot.update
38
38
```
39
39
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
+
40
58
## License
41
59
42
60
- [ Apache License, Version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 )
Original file line number Diff line number Diff line change @@ -44,22 +44,11 @@ release:
44
44
contributors :
45
45
format : ' - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
46
46
labelers :
47
- - label : ' feature '
47
+ - label : ' feat '
48
48
title : ' regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
49
- - label : ' feature'
50
- title : ' Resolves #'
51
- body : ' Resolves #'
52
-
53
- - label : ' issue'
49
+ - label : ' fix'
54
50
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'
63
52
title : ' (chore)'
64
53
65
54
- label : ' dependencies'
@@ -68,35 +57,19 @@ release:
68
57
title : ' regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
69
58
- label : ' dependencies'
70
59
title : ' regex:^Bump\s'
71
-
72
- - label : ' docs'
73
- title : ' (docs)'
74
- - label : ' build'
75
- title : ' (build)'
76
60
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'
89
61
- title : ' ⚙️ Dependencies'
62
+ key : ' dependencies'
90
63
labels :
91
64
- ' dependencies'
92
- - title : ' Build'
93
- labels :
94
- - ' build'
95
65
hide :
96
66
categories :
97
- - ' Build'
67
+ - ' merge'
68
+ - ' build'
69
+ - ' dependencies'
98
70
contributors :
99
71
- ' GitHub'
72
+ - ' dependabot'
100
73
101
74
announce :
102
75
zulip :
You can’t perform that action at this time.
0 commit comments