Skip to content

Commit

Permalink
chore: automate README version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Dec 13, 2023
1 parent 22b3044 commit 8bdca49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ branches:
handleGHRelease: true
packageName: cloud-sql-proxy
releaseType: simple
extraFiles:
- README.md
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ instance, or by configuring Public IP.
Check for the latest version on the [releases page][releases] and use the
following instructions for your OS and CPU architecture.

<!-- {x-version-update-start:cloud-sql-proxy/v:released} -->
<details open>
<summary>Linux amd64</summary>

Expand Down Expand Up @@ -154,6 +155,7 @@ curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.8.0/
```

</details>
<!-- {x-version-update-end} -->

### Install from Source

Expand Down Expand Up @@ -368,6 +370,7 @@ currently supported:
- `$VERSION-buster`
- `$VERSION-bullseye`

<!-- {x-version-update-start} -->
The `$VERSION` is the Proxy version without the leading "v" (e.g.,
`2.8.0`).

Expand All @@ -378,6 +381,7 @@ For example, to pull a particular version, use a command like:
docker pull gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.8.0
```

<!-- {x-version-update-start} -->
We recommend pinning to a specific version tag and using automation with a CI pipeline
to update regularly.

Expand Down

0 comments on commit 8bdca49

Please sign in to comment.