Skip to content

Commit

Permalink
ci: update release-please config & workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Nov 18, 2023
1 parent d6744b8 commit 59a6400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: '@bynary/angular-extensions'
bump-minor-pre-major: true
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
12 changes: 7 additions & 5 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"plugins": [ "node-workspace" ],
"packages": {
"libs/composables": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": true,
"prerelease": false
"prerelease": true
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit 59a6400

Please sign in to comment.