Skip to content

Commit fbb08cc

Browse files
authored
Update update_version.yaml
auto release text still not working fine, to be tested and revised
1 parent cf7bd0b commit fbb08cc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/update_version.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -62,5 +63,5 @@ jobs:
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

0 commit comments

Comments
 (0)