We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b769fbb + 404918a commit ae4c0beCopy full SHA for ae4c0be
.github/workflows/release.yaml
@@ -168,7 +168,8 @@ jobs:
168
run: |
169
CURRENT_BRANCH="${{ github.ref_name }}"
170
BASE_VERSION=$(echo "$CURRENT_BRANCH" | sed -E 's/^[^v]*(v[0-9]+\.[0-9]+).*/\1/')
171
- TARGET_BRANCH="dev-${BASE_VERSION}"
+ TRANSFORMED_VERSION="${BASE_VERSION/v1./v2.}"
172
+ TARGET_BRANCH="dev-${TRANSFORMED_VERSION}"
173
VERSION_OVERRIDE="minor"
174
gh workflow run "Manual Trigger for Auto Bump" \
175
--repo rancher/charts \
0 commit comments