Skip to content

Commit

Permalink
chore: do not update the changelog in prepare-release (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Jul 8, 2024
1 parent c5df0f4 commit c7f3cbc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,11 @@ jobs:
run: |
sed -i -e"s/${{ steps.get_old_version.outputs.version }}/${{ steps.get_version.outputs.version }}/" Chart.yaml values.yaml
working-directory: ./helm-chart/renku-ui
- name: Update changelog
run: |
SCRIPT="s/^\(# Changes\)/\1\n\n## [${{ steps.get_version.outputs.version }}](https:\/\/github.com\/SwissDataScienceCenter\/renku-ui\/compare\/${{ steps.get_old_version.outputs.version }}...${{ steps.get_version.outputs.version }}) (YYYY-MM-DD)\n\nTODO: Update me here./"
sed -i -e"$SCRIPT" CHANGELOG.md
head -n 10 CHANGELOG.md
- name: Create Branch
run: git switch -c "release-${{ steps.get_version.outputs.version }}"
- name: Commit changes
run: |
git add client server helm-chart CHANGELOG.md
git add client server helm-chart
git commit -m "build: release ${{ steps.get_version.outputs.version }}"
git push
- name: Create Pull Request
Expand Down

0 comments on commit c7f3cbc

Please sign in to comment.