Skip to content

Commit 9962bc2

Browse files
committed
ci(release-please): switch to manifest releaser
1 parent a70056a commit 9962bc2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/release-please-config.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
".": {
4+
"package-name": "hashpipe",
5+
"release-type": "python",
6+
"include-component-in-tag": false
7+
}
8+
},
9+
"pull-request-title-pattern": "chore: release${component} ${version}"
10+
}

.github/release-please-manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{".":"0.9.2"}

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
- uses: google-github-actions/release-please-action@v4
1313
id: release_please
1414
with:
15-
release-type: python
16-
package-name: hashpipe
17-
pull-request-title-pattern: "chore: release${component} ${version}"
15+
config-file: .github/release-please-config.json
16+
manifest-file: .github/release-please-manifest.json
1817
outputs:
1918
release_created: ${{ steps.release_please.outputs.release_created }}
2019
sha: ${{ steps.release_please.outputs.sha }}

0 commit comments

Comments
 (0)