Skip to content

Commit 3dd6973

Browse files
committed
wip
1 parent 98ed7dd commit 3dd6973

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/release.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,24 @@ jobs:
8181
repository: OpenTermsArchive/docs
8282
client-payload: '{"version": "v${{ steps.release-changelog.outputs.version }}"}'
8383

84-
clean_changelog:
85-
if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type == 'no-release'
86-
needs: [ changelog ]
87-
runs-on: ubuntu-latest
88-
steps:
89-
- uses: actions/checkout@v4
90-
with:
91-
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
92-
93-
- name: Configure Git author
94-
run: |
95-
git config --global user.name "Open Terms Archive Release Bot"
96-
git config --global user.email "[email protected]"
97-
98-
- name: Update changelog for release
99-
uses: OpenTermsArchive/changelog-action/[email protected]
100-
101-
- name: Save changelog
102-
run: |
103-
git commit -m "Clean changelog" CHANGELOG.md
104-
git push origin
84+
# clean_changelog:
85+
# if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type == 'no-release'
86+
# needs: [ changelog ]
87+
# runs-on: ubuntu-latest
88+
# steps:
89+
# - uses: actions/checkout@v4
90+
# with:
91+
# token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
92+
93+
# - name: Configure Git author
94+
# run: |
95+
# git config --global user.name "Open Terms Archive Release Bot"
96+
# git config --global user.email "[email protected]"
97+
98+
# - name: Update changelog for release
99+
# uses: OpenTermsArchive/changelog-action/[email protected]
100+
101+
# - name: Save changelog
102+
# run: |
103+
# git commit -m "Clean changelog" CHANGELOG.md
104+
# git push origin

0 commit comments

Comments
 (0)