Skip to content

Commit 1fcb54c

Browse files
authored
Merge pull request #42 from ShipEngine/fix-release-please-config
fix: add release-please v4 configuration files
2 parents bc0d843 + b927df2 commit 1fcb54c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.0.0"
3+
}

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"packages": {
3+
".": {
4+
"release-type": "python",
5+
"package-name": "shipengine",
6+
"changelog-path": "CHANGELOG.md",
7+
"bump-minor-pre-major": false,
8+
"bump-patch-for-minor-pre-major": false
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)