Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev-v2.10] Auto bump improvement rcs #5134

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/auto-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
echo "CHART=${{ github.event.inputs.chart }}" >> $GITHUB_ENV
echo "BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV

- name: Checkout to new branch
run: |
git checkout -b "auto-bump_${{ env.CHART }}"

- name: make chart-bump
run: |
echo "make chart-bump package=${{ env.CHART }} branch=${{ env.BRANCH }}"
Expand Down Expand Up @@ -70,12 +66,6 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"

- name: Git Add, Commit, Push Changes
run: |
git add .
git commit -m "auto bump chart: ${{ env.CHART }} version: ${{ env.new_version }}"
git push origin "auto-bump_${{ env.CHART }}"

- name: Create Pull Request
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.4.3}"
CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.4.4}"