Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Bump Consul API Gateway version in supported-features.md on pre-relea…
Browse files Browse the repository at this point in the history
…se PRs (#310)
  • Loading branch information
nathancoleman authored Aug 16, 2022
1 parent d24ce0d commit cd73046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
find: 'ref=v[0-9\.]+'
replace: 'ref=v${{ env.NEW_API_GATEWAY_VERSION }}'

- name: Update supported-features.md
uses: jacobtomlinson/gha-find-replace@f485fdc3f67a6d87ae6e3d11e41f648c26d7aee3
with:
include: 'dev/docs/supported-features.md'
find: 'Consul API Gateway version: \*\*v[0-9\.]+\*\*'
replace: 'Consul API Gateway version: **v${{ env.NEW_API_GATEWAY_VERSION }}**'

- name: Update README.md (Consul version)
uses: jacobtomlinson/gha-find-replace@f485fdc3f67a6d87ae6e3d11e41f648c26d7aee3
with:
Expand Down

0 comments on commit cd73046

Please sign in to comment.