Skip to content

Commit

Permalink
[dev-v2.10] Fix multi-line n.2 (#5095)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Feb 5, 2025
1 parent 2dfaec4 commit 56ff456
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/auto-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ jobs:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
gh pr create --base <span class="math-inline">\{\{ env\.BRANCH \}\} \-\-head "auto\-bump\_</span>{{ env.CHART }}" --title "[${{ env.BRANCH }}] auto bump: ${{ env.CHART }} - ${{ env.new_version }}" --body <<EOF
This PR auto-bumps the chart version for ${{ env.CHART }} - ${{ env.new_version }}.
---
## Review Checklist:
- [ ] CRDs
- [ ] templates folder if any
- [ ] Version
##### Checkpoints for Chart Bumps
`release.yaml`:
- [ ] Each chart version in release.yaml DOES NOT modify an already released chart. If so, stop and modify the versions so that it releases a net-new chart.
- [ ] Each chart version in release.yaml IS exactly 1 more patch or minor version than the last released chart version. If not, stop and modify the versions so that it releases a net-new chart.
This PR auto-bumps the chart version for ${{ env.CHART }} - ${{ env.new_version }}.
---
## Review Checklist:
- [ ] CRDs
- [ ] templates folder if any
- [ ] Version
##### Checkpoints for Chart Bumps
`release.yaml`:
- [ ] Each chart version in release.yaml DOES NOT modify an already released chart. If so, stop and modify the versions so that it releases a net-new chart.
- [ ] Each chart version in release.yaml IS exactly 1 more patch or minor version than the last released chart version. If not, stop and modify the versions so that it releases a net-new chart.
`Chart.yaml and index.yaml`:
- [ ] The `index.yaml` file has an entry for your new chart version.
- [ ] The `index.yaml` entries for each chart matches the `Chart.yaml` for each chart.
- [ ] Each chart has ALL required annotations
- kube-version annotation
- rancher-version annotation
- permits-os annotation (indicates Windows and/or Linux)
EOF
`Chart.yaml and index.yaml`:
- [ ] The `index.yaml` file has an entry for your new chart version.
- [ ] The `index.yaml` entries for each chart matches the `Chart.yaml` for each chart.
- [ ] Each chart has ALL required annotations
- kube-version annotation
- rancher-version annotation
- permits-os annotation (indicates Windows and/or Linux)
EOF

0 comments on commit 56ff456

Please sign in to comment.