generated from physiopy/physiopy-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.autorc
206 lines (206 loc) · 5.96 KB
/
.autorc
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
{
"plugins": [
"git-tag",
"conventional-commits",
"first-time-contributor",
["released", {"label": "Released", "prereleaseLabel": "Prereleased"}],
["pr-body-labels", { "disabledLabels": ["release", "Release", "Released", "Prereleased", "Skip release"] }]
],
"owner": "physiopy",
"repo": "physioqc",
"name": "Stefano Moia",
"email": "[email protected]",
"labels": [
{
"name": "Majormod",
"changelogTitle": "💥 Breaking Change",
"description": "This PR breaks compatibility, and increments the major version (+1.0.0)",
"releaseType": "major",
"overwrite": true,
"color": "#05246d"
},
{
"name": "Minormod",
"changelogTitle": "🚀 Enhancement",
"description": "This PR generally closes an `Enhancement` issue. It increments the minor version (0.+1.0)",
"releaseType": "minor",
"overwrite": true,
"color": "#05246d"
},
{
"name": "Minormod-breaking",
"changelogTitle": "💥 Breaking Change during development",
"description": "For development only, this PR increments the minor version (0.+1.0) but breaks compatibility",
"releaseType": "minor",
"overwrite": true,
"color": "#05246d"
},
{
"name": "BugFIX",
"changelogTitle": "🐛 Bug Fix",
"description": "This PR generally closes a `Bug` issue, and increments the patch version (0.0.+1)",
"releaseType": "patch",
"overwrite": true,
"color": "#d73a4a"
},
{
"name": "Refactoring",
"changelogTitle": "💻 Refactored",
"description": "Improve nonfunctional attributes and bump up a minor version (0.+1.0)",
"releaseType": "minor",
"overwrite": true,
"color": "#9494ff"
},
{
"name": "Documentation",
"changelogTitle": "📝 Documentation",
"description": "This issue or PR is about the documentation ",
"releaseType": "none",
"overwrite": true,
"color": "#1d70cf"
},
{
"name": "Testing",
"changelogTitle": "⚠️ Tests",
"description": "This is for testing features, writing tests or producing testing code",
"releaseType": "none",
"overwrite": true,
"color": "#ffb5b4"
},
{
"name": "Internal",
"changelogTitle": "🏠 Internal",
"description": "Changes affect the internal API. It doesn't increase the version, but produces a changelog",
"releaseType": "none",
"overwrite": true,
"color": "#ffffff"
},
{
"name": "Outreach",
"changelogTitle": "🖋️ Outreach",
"description": "Issue about outreaching of any form",
"releaseType": "none",
"overwrite": true,
"color": "#0e8a16"
},
{
"name": "Skip release",
"description": "This PR preserves the current version when merged, and doesn't appear in the changelog",
"releaseType": "skip",
"overwrite": true,
"color": "#ffffff"
},
{
"name": "Release",
"description": "For PR only, trigger a release at the merge",
"releaseType": "release",
"overwrite": true,
"color": "#ffffff"
},
{
"name": "Discussion",
"description": "Discussion of a concept or implementation, needs to stay open",
"releaseType": "none",
"overwrite": true,
"color": "#1c778c"
},
{
"name": "Duplicate",
"description": "This issue or pull request already exists",
"releaseType": "none",
"overwrite": true,
"color": "#cfd3d7"
},
{
"name": "Enhancement",
"description": "New feature or request",
"releaseType": "none",
"overwrite": true,
"color": "#a2eeef"
},
{
"name": "Good First Issue",
"description": "A good first issue to tackle to get comfortable with the project",
"releaseType": "none",
"overwrite": true,
"color": "#4e2a84"
},
{
"name": "Hacktoberfest",
"description": "Issue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognition",
"releaseType": "none",
"overwrite": true,
"color": "#ff7518"
},
{
"name": "hacktoberfest-accepted",
"description": "To accept a PR for the aims of the hacktoberfest",
"releaseType": "none",
"overwrite": true,
"color": "#ff7518"
},
{
"name": "BrainHack",
"description": "This issue is suggested for BrainHack participants!",
"releaseType": "none",
"overwrite": true,
"color": "#000000"
},
{
"name": "Help wanted",
"description": "A pair of extra eyes are needed here!",
"releaseType": "none",
"overwrite": true,
"color": "#57db1a"
},
{
"name": "Invalid",
"description": "This just doesn't seem right",
"releaseType": "skip",
"overwrite": true,
"color": "#960018"
},
{
"name": "Paused",
"description": "Issue should not be worked on until the resolution of other issues or Pull Requests",
"releaseType": "none",
"overwrite": true,
"color": "#f7c38c"
},
{
"name": "Question",
"description": "Request information about the project. For users only",
"releaseType": "none",
"overwrite": true,
"color": "#d876e3"
},
{
"name": "Urgent",
"description": "If you don't know where to start, start here!",
"releaseType": "none",
"overwrite": true,
"color": "#fff200"
},
{
"name": "Wontfix",
"description": "This will not be worked on",
"releaseType": "none",
"overwrite": true,
"color": "#ffffff"
},
{
"name": "Released",
"description": "This PR has been released!",
"releaseType": "none",
"overwrite": true,
"color": "#ffffff"
},
{
"name": "Prereleased",
"description": "This PR has been released in a prerelease",
"releaseType": "none",
"overwrite": true,
"color": "#ffffff"
}
]
}