File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,20 @@ jobs:
58
58
RELEASE_TYPE : ${{ github.event.inputs.release-type }}
59
59
60
60
# 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 }}
75
75
76
76
# Publish version to public repository
77
77
- name : Publish
You can’t perform that action at this time.
0 commit comments