Skip to content

Commit

Permalink
Make tag generic, revert 'whats new' change
Browse files Browse the repository at this point in the history
- tag is safe to be generic now (and not branch specific)
- 'whats new' version must match the version of rancher. there's no 2.10 yet so it's still 2.9
  • Loading branch information
richard-cox committed Jul 24, 2024
1 parent 7788689 commit 7ccb3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Dashboard (Release)
on:
push:
tags:
- v2.10.*
- v2.*

jobs:
build-validation:
Expand Down
2 changes: 1 addition & 1 deletion shell/assets/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ landing:
cpuUsed: CPU Used
memoryUsed: Memory Used
seeWhatsNew: Learn more about the improvements and new capabilities in this version.
whatsNewLink: "What's new in 2.10"
whatsNewLink: "What's new in 2.9"
learnMore: Learn More
support: Support
community:
Expand Down

0 comments on commit 7ccb3be

Please sign in to comment.