forked from wpengine/frost
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-please-config.json
46 lines (46 loc) · 1.49 KB
/
release-please-config.json
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
{
"package-name": "linchpin-ash",
"release-type": "php",
"packages": {
".": {
"release-type": "php",
"extra-files": [
"functions.php",
"readme.txt",
"CHANGELOG.md",
"README.md",
{
"type": "json",
"path": "package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "composer.json",
"jsonpath": "$.version"
}
]
}
},
"bump-minor-pre-major": true,
"versioning-strategy": "always-bump-patch",
"pull-request-header": ":gem: Automated Release",
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features ✨" },
{ "type": "feature", "section": "Features ✨" },
{ "type": "fix", "section": "Bug Fixes 🐛" },
{ "type": "docs", "section": "Documentation 📚" },
{ "type": "style", "section": "Styles 💄" },
{ "type": "test", "section": "Tests 🧪" },
{ "type": "perf", "section": "Performance Improvements ⚡️" },
{ "type": "chore", "section": "Miscellaneous Chores 🧹" },
{ "type": "tweak", "section": "Changes to Existing Features \uD83D\uDC85" },
{ "type": "refactor", "section": "Changes to Existing Features \uD83D\uDC85" },
{ "type": "improve", "section": "Changes to Existing Features \uD83D\uDC85" },
{ "type": "revert", "section": "Reverts ⏪️" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "build", "section": "Build System ", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
}