Skip to content
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
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20241105-213558.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Chart.yaml version has to be bumped up manually every PR, but a workflow step will warn you if you didn't do it
time: 2024-11-05T21:35:58.176861476+01:00
5 changes: 0 additions & 5 deletions .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
# E.g. "v0.5.31" -> "0.5.31"
args: latest --remove-prefix

- name: update-chart-version-with-release-version
run: |
RELEASE_VERSION=${{ steps.get-latest-no-v-version.outputs.output }}
sed -i 's/<IS_SUBSTITUTED_IN_CI_RELEASE_JOB>/'"$RELEASE_VERSION"'/g' ./deploy/ydb-operator/Chart.yaml

- name: create-tag
uses: mathieudutour/[email protected]
with:
Expand Down
Loading