Skip to content

Commit

Permalink
chore: use "manifest" release command (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Aug 14, 2023
1 parent 6fdae6b commit 31ef4f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
prerelease: true
bump-minor-pre-major: true
pull-request-title-pattern: 'ci: release ${version}'
command: manifest

- name: Checkout
if: ${{ steps.release.outputs.release_created }}
Expand Down
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
".": {
"release-type": "node",
"prerelease": true,
"bump-minor-pre-major": true,
"pull-request-title-pattern": "ci: release ${version}"
}
}

0 comments on commit 31ef4f8

Please sign in to comment.