We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc9613a + 425755c commit 35d688eCopy full SHA for 35d688e
.github/workflows/release.yml
@@ -15,16 +15,6 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v3
18
-
19
- - name: Update files with new version and changes from changelog
20
- env:
21
- TAG: ${{ github.ref_name }}
22
- run: |
23
- VERSION="$(echo $TAG | cut -c2-)"
24
- CHANGELOG=$(cat CHANGELOG.txt)
25
- sed -i "s/Version.*/Version: $VERSION/" printapp.php
26
- sed -i "s/Stable tag:.*/Stable tag: $VERSION/" readme.txt
27
- sed -i "s/== Changelog ==.*/== Changelog ==\n\n== $VERSION =\n$CHANGELOG/" readme.txt
28
29
- name: Merge and release latest changes into the SVN repo
30
env:
0 commit comments