Skip to content

Commit

Permalink
build: switch release-please type to go-yoshi (#4029)
Browse files Browse the repository at this point in the history
`go` was an alias to the `GoYoshi` release strategy (https://github.com/googleapis/release-please/blob/c80f8a096178fcf355579a3e70a255aac82c725a/src/releasers/index.ts#L54-L55)

We will be replacing `go` with a generic go releaser that only updates the `CHANGES.md` and handles tagging.
  • Loading branch information
chingor13 committed Apr 30, 2021
1 parent 3e83900 commit 13f840e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
# token: ${{ secrets.FORKING_TOKEN }}
token: ${{ secrets.FORKING_TOKEN }}
release-type: go
release-type: go-yoshi
bump-minor-pre-major: true
fork: true
package-name: google-cloud-go
Expand All @@ -40,7 +40,7 @@ jobs:
id: tag-release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: go
release-type: go-yoshi
package-name: google-cloud-go
command: github-release
changelog-path: CHANGES.md
Expand Down

0 comments on commit 13f840e

Please sign in to comment.