Skip to content

Commit

Permalink
ci: Update release-please-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 12, 2024
1 parent be4ca9e commit d19c6ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
with:
release-type: node
package-name: cube-3d-js
bump-minor-pre-major: true
config-file: .release-please-config.json
token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions .release-please-config.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// BREAKING CHANGE only bumps semver minor if version < 1.0.0
// absence defaults to false
"bump-minor-pre-major": true,
// feat commits bump semver patch instead of minor if version < 1.0.0
// absence defaults to false
"bump-patch-for-minor-pre-major": true,
// when `manifest-release` creates GitHub Releases per package, create
// those as "Draft" releases (which can later be manually published).
// absence defaults to false and Releases are created as already Published.
"draft": true,
}

0 comments on commit d19c6ce

Please sign in to comment.