Skip to content

Commit

Permalink
Merge branch 'main' into leafty/react-router-migration-2
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Feb 15, 2024
2 parents 3b7ceda + fdca00e commit 54e0702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ 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 }}"
# TODO: implement this step
# - name: Update changelog
# id: changelog
# run: |
# sed -i -E "s/^(.*.. _changelog:)/\1\n\n${{ github.event.inputs.version }}\n$DELIMITER\n\n/" CHANGELOG.rst
# head -n 10 CHANGELOG.rst
- name: Commit changes
run: |
git add client server helm-chart CHANGELOG.md
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,6 @@ Changes compared to 1.0.0-beta5 follow below.

- redesign the header to take less vertical space ([#1420](https://github.com/SwissDataScienceCenter/renku-ui/issues/1420), [#1389](https://github.com/SwissDataScienceCenter/renku-ui/issues/1389))

# Changes

## [1.0.0-beta4](https://github.com/SwissDataScienceCenter/renku-ui/compare/1.0.0-beta3...1.0.0-beta4) (2021-07-16)

### Bug Fixes
Expand Down

0 comments on commit 54e0702

Please sign in to comment.