From 934cffa503c4bc5f643ec85f10aac149999cae11 Mon Sep 17 00:00:00 2001 From: "oliversun9app00001[bot]" <149634638+oliversun9app00001[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:09:43 -0500 Subject: [PATCH] Release v3.20.0 (#80) * Update version to v3.20.0 * text * chdck --------- Co-authored-by: oliversun9 Co-authored-by: Oliver Sun --- .github/workflows/verify_changelog.yaml | 2 +- CHANGELOG.md | 4 ++-- private/buf/bufcli/bufcli.go | 2 +- text.txt | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 text.txt diff --git a/.github/workflows/verify_changelog.yaml b/.github/workflows/verify_changelog.yaml index 9d3d601a45..fdaf78451f 100644 --- a/.github/workflows/verify_changelog.yaml +++ b/.github/workflows/verify_changelog.yaml @@ -10,7 +10,7 @@ on: jobs: verify: runs-on: ubuntu-latest - if: startsWith(github.head_ref, 'release/') + if: ${{ github.event_name == 'push' || startsWith(github.head_ref, 'release/') }} steps: - name: Checkout repository code uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 273abf5517..7d4f76ccdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.20.0] - 2023-11-07 - Add lint rules for [protovalidate](https://github.com/bufbuild/protovalidate). `buf lint` will now verify that your protovalidate rules are valid. A single rule `PROTOVALIDATE` has been @@ -1065,7 +1065,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.10.1...HEAD +[v3.20.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.20.0 [v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1 [v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0 [v3.9.0]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.9.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index e0ffd619ae..a0972e5e86 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "3.10.2-dev" + Version = "3.20.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD" diff --git a/text.txt b/text.txt new file mode 100644 index 0000000000..45b983be36 --- /dev/null +++ b/text.txt @@ -0,0 +1 @@ +hi