Skip to content
Merged
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
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Update files with new version and changes from changelog
env:
TAG: ${{ github.ref_name }}
run: |
VERSION="$(echo $TAG | cut -c2-)"
CHANGELOG=$(cat CHANGELOG.txt)
sed -i "s/Version.*/Version: $VERSION/" printapp.php
sed -i "s/Stable tag:.*/Stable tag: $VERSION/" readme.txt
sed -i "s/== Changelog ==.*/== Changelog ==\n\n== $VERSION =\n$CHANGELOG/" readme.txt

- name: Merge and release latest changes into the SVN repo
env:
Expand Down