From af6066d83b00bacae8c3f3535729110580bc8f75 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Wed, 2 Aug 2023 13:12:49 -0700 Subject: [PATCH] fix(ci): fix release asset job (#1222) --- .github/workflows/release.yaml | 2 +- .release-please-config.json | 1 + CHANGELOG.md | 8 ++++++++ CHANGES.md | 9 --------- 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 CHANGES.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8b611b6f..125072321 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,10 +26,10 @@ jobs: - os: windows arch: amd64 steps: + - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: go-version-file: 'go.mod' - - uses: actions/checkout@v3 # The API linter does not use these, but we need them to build the # binaries. # diff --git a/.release-please-config.json b/.release-please-config.json index 5751877a3..5864c8c27 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -2,6 +2,7 @@ "release-type": "go-yoshi", "include-component-in-tag": false, "include-v-in-tag": true, + "changelog-path": "CHANGELOG.md", "packages": { ".": { "component": "api-linter" diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0d..f8ad1d074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,9 @@ # Changelog + +## [1.55.1](https://github.com/googleapis/api-linter/compare/v1.55.0...v1.55.1) (2023-08-02) + + +### Bug Fixes + +* **locations:** add arbitrary field option helper ([#1213](https://github.com/googleapis/api-linter/issues/1213)) ([b8a0992](https://github.com/googleapis/api-linter/commit/b8a09921324769f882d14efb95014cadc81b8644)) +* refactor Standard Method message helpers into utils ([#1212](https://github.com/googleapis/api-linter/issues/1212)) ([c6b5d10](https://github.com/googleapis/api-linter/commit/c6b5d10eadf72b71437d5639d3ad17d07af22082)) diff --git a/CHANGES.md b/CHANGES.md deleted file mode 100644 index f8ad1d074..000000000 --- a/CHANGES.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -## [1.55.1](https://github.com/googleapis/api-linter/compare/v1.55.0...v1.55.1) (2023-08-02) - - -### Bug Fixes - -* **locations:** add arbitrary field option helper ([#1213](https://github.com/googleapis/api-linter/issues/1213)) ([b8a0992](https://github.com/googleapis/api-linter/commit/b8a09921324769f882d14efb95014cadc81b8644)) -* refactor Standard Method message helpers into utils ([#1212](https://github.com/googleapis/api-linter/issues/1212)) ([c6b5d10](https://github.com/googleapis/api-linter/commit/c6b5d10eadf72b71437d5639d3ad17d07af22082))