Skip to content

Commit 56a922f

Browse files
authored
Merge pull request #107 from lgallard/chore/release-please-settings
chore: update release-please configuration for improved versioning and tagging
2 parents b9b55d1 + 41ec9fd commit 56a922f

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

.github/.release-please-config.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"packages": {
33
".": {
44
"release-type": "terraform-module",
5-
"package-name": "terraform-aws-backup"
5+
"package-name": "terraform-aws-backup",
6+
"versioning": "always-bump-patch",
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": true,
9+
"include-v-in-tag": false,
10+
"extra-files": []
611
}
712
},
13+
"release-search-depth": 10,
14+
"include-component-in-tag": false,
15+
"include-v-in-tag": false,
16+
"release-title-pattern": "${package-name} ${version}",
17+
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
818
"changelog-types": [
919
{"type": "feat", "section": "Added", "hidden": false},
1020
{"type": "fix", "section": "Fixed", "hidden": false},
@@ -26,12 +36,8 @@
2636
"Performance": "### Performance"
2737
}
2838
},
29-
"release-search-depth": 10,
30-
"include-component-in-tag": false,
31-
"include-v-in-tag": false,
32-
"release-title-pattern": "${package-name} ${version}",
33-
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
3439
"date-formats": {
3540
"changelogDate": "(%B %d, %Y)"
36-
}
41+
},
42+
"group-pull-request-title-pattern": "chore: release ${version}"
3743
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.23.7"
3+
}

0 commit comments

Comments
 (0)