Skip to content

Commit d06d359

Browse files
authored
Merge pull request #46 from alisaitteke/develop
chore(publish.yml): comment out changelog update and commit steps
2 parents 6eac40d + 467edc5 commit d06d359

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/publish.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@ jobs:
5858
RELEASE_TYPE: ${{ github.event.inputs.release-type }}
5959

6060
# Update changelog unreleased section with new version
61-
- name: Update changelog
62-
uses: superfaceai/release-changelog-action@v1
63-
with:
64-
path-to-changelog: CHANGELOG.md
65-
version: ${{ env.NEW_VERSION }}
66-
operation: release
67-
68-
# Commit changes
69-
- name: Commit CHANGELOG.md and package.json changes and create tag
70-
run: |
71-
git add "package.json"
72-
git add "CHANGELOG.md"
73-
git commit -m "chore: release ${{ env.NEW_VERSION }}"
74-
git tag ${{ env.NEW_VERSION }}
61+
# - name: Update changelog
62+
# uses: superfaceai/release-changelog-action@v1
63+
# with:
64+
# path-to-changelog: CHANGELOG.md
65+
# version: ${{ env.NEW_VERSION }}
66+
# operation: release
67+
#
68+
# # Commit changes
69+
# - name: Commit CHANGELOG.md and package.json changes and create tag
70+
# run: |
71+
# git add "package.json"
72+
# git add "CHANGELOG.md"
73+
# git commit -m "chore(release) ${{ env.NEW_VERSION }}"
74+
# git tag ${{ env.NEW_VERSION }}
7575

7676
# Publish version to public repository
7777
- name: Publish

0 commit comments

Comments
 (0)