Skip to content

Commit

Permalink
chore: have release please bump minor pre major (#3624)
Browse files Browse the repository at this point in the history
This will make cutting a v1.0.0 a more explicit process rather
than default to bump to v1.0.0 if a breaking change occurs.
  • Loading branch information
codyoss committed Jan 28, 2021
1 parent 91ac10e commit e7ab014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-submodule.yaml
Expand Up @@ -72,6 +72,7 @@ jobs:
token: ${{ secrets.FORKING_TOKEN }}
fork: true
release-type: go
bump-minor-pre-major: true
package-name: ${{ matrix.package }}
monorepo-tags: true
command: release-pr
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Expand Up @@ -15,6 +15,7 @@ jobs:
# token: ${{ secrets.FORKING_TOKEN }}
token: ${{ secrets.FORKING_TOKEN }}
release-type: go
bump-minor-pre-major: true
fork: true
package-name: google-cloud-go
command: release-pr
Expand Down

0 comments on commit e7ab014

Please sign in to comment.