Skip to content

Commit aeddc84

Browse files
authored
chore(wire-server): Include changelog entry
We recently added a changelog process on wire-server. This adds a file on the automatic PRs with a changelog description that is then picked up with the rest of our current process. This is for the helm charts of the webapp, also currently located inside the wire-server repo. These are used as the defaults for on-premise installations.
1 parent 71f9171 commit aeddc84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_build_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ jobs:
385385
run: |
386386
sed --in-place --expression="s/ tag: .*/ tag: \"${{ fromJSON(steps.release-info-file.outputs.releaseInfo).imageTag }}\"/" ./charts/webapp/values.yaml
387387
git add ./charts/webapp/values.yaml
388+
echo "Upgrade webapp version to ${{ fromJSON(steps.release-info-file.outputs.releaseInfo).imageTag }}" > ./changelog.d/0-release-notes/webapp-upgrade
389+
git add ./changelog.d/0-release-notes/webapp-upgrade
388390
echo "::set-output name=releaseUrl::${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/releases/tag/${{ fromJSON(steps.release-info-file.outputs.releaseInfo).releaseName }}"
389391
390392
- name: Creating Pull Request

0 commit comments

Comments
 (0)