Skip to content

Commit 9821a64

Browse files
committed
feat: Add release-please manifest and fix config
1 parent 9783b82 commit 9821a64

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.release-please-config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"draft": false,
1111
"prerelease": false,
1212
"extra-files": [
13-
{
14-
"type": "json",
15-
"path": "package.json",
16-
"jsonpath": "$.version"
17-
},
1813
{
1914
"type": "toml",
2015
"path": "pyproject.toml",
@@ -23,4 +18,4 @@
2318
]
2419
}
2520
}
26-
}
21+
}

.release-please-manifest.json

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

0 commit comments

Comments
 (0)