Skip to content

Commit d4c4950

Browse files
committed
chore: add release-please configuration
Configure release-please with Python release type and changelog settings.
1 parent dd395af commit d4c4950

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/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": "oslash",
6+
"changelog-path": "CHANGELOG.md",
7+
"bump-minor-pre-major": true,
8+
"bump-patch-for-minor-pre-major": false
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)