Skip to content

Commit

Permalink
docs: fix v1.3.0 docs (#951)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jan 16, 2024
1 parent e6a5683 commit a21bf0e
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:
git checkout -b "${TARGET_BRANCH}"
git push --set-upstream origin "${TARGET_BRANCH}"
- run: make release-manifest promote-staging-manifest version-docs
- run: make release-manifest promote-staging-manifest

- if: github.event_name == 'push'
run: make version-docs NEWVERSION=v${MAJOR_VERSION}.${MINOR_VERSION}.x

- name: Create release pull request
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"v1.4.0-beta.0",
"v1.3.x",
"v1.2.x",
"v1.1.x",
"v1.0.x",
Expand Down

0 comments on commit a21bf0e

Please sign in to comment.