Skip to content

Commit

Permalink
build: use git version controlled release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Sep 20, 2022
1 parent 9820870 commit 5b262bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: '@textea/json-viewer'
last-release-sha: '419cf32454d972d1a0802974bb5d8b9bf9c5704e'
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
- name: Checkout repository
uses: actions/checkout@v3
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 @@
{
".": ""
}
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"bootstrap-sha": "419cf32454d972d1a0802974bb5d8b9bf9c5704e",
"release_type": "node",
"release-as": "2.0.0",
"group-pull-request-title-pattern": "chore: release ${version}"
}

0 comments on commit 5b262bd

Please sign in to comment.