Skip to content

Commit

Permalink
fix(release-automation): Release Please Using Manifests (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid authored Feb 15, 2023
1 parent a74fbb3 commit f360ff8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3.7.3
with:
release-type: node
package-name: ipfs-companion
command: manifest-pr
changelog-notes-type: github
command: release-pr
extra-files: |
add-on/manifest.common.json

release-assets:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.21.0"
}
20 changes: 20 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"bootstrap-sha": "65fe66cc283f1ac8c89638034e7db006e1f53791",
"last-release-sha": "7td2b9838885b3adf52e78ddd23ac01cb819e631",
"group-pull-request-title-pattern": "chore${scope}: release${component} v${version}",
"extra-files": [
{
"type": "json",
"path": "add-on/manifest.common.json",
"jsonpath": "$.version"
}
],
"packages": {
".": {
"release-type": "node",
"plugins": ["node-workspace"],
"package-name": "ipfs-companion",
"release-as": "2.22.0"
}
}
}

0 comments on commit f360ff8

Please sign in to comment.