File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,16 @@ jobs:
3737 # Set as environment variable for next steps
3838 echo "NEW_VERSION=$BUILD" >> $GITHUB_ENV
3939
40- - name : Update changelog
41- run : |
42- make changelog
40+ # - name: Update changelog
41+ # run: |
42+ # make changelog
4343
4444 - name : Commit and push version changes + changelog
4545 run : |
4646 git config --local user.name "$GITHUB_ACTOR"
4747 git config --local user.email "[email protected] " 48- git add VERSION FEATURES.md CHANGELOG.md CHANGELOG-full.md CHANGELOG-pr.md
48+ git add VERSION
49+ # git add VERSION FEATURES.md CHANGELOG.md CHANGELOG-full.md CHANGELOG-pr.md
4950 git commit -m "Update version to $NEW_VERSION"
5051 git pull --ff-only
5152 git push origin
6263 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6364 run : |
6465 gh release create "$NEW_VERSION" \
65- --title "Release $NEW_VERSION" \
66- --notes-file FEATURES.md
66+ --title "Release $NEW_VERSION"
67+ # --notes-file FEATURES.md
You can’t perform that action at this time.
0 commit comments