Skip to content

Commit 53de7a6

Browse files
committed
chore: temp. disable changelog for v1.0.0
1 parent 540c759 commit 53de7a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ jobs:
198198
# git add docs && git commit -m "docs: update" || true
199199
echo "Docs generated."
200200
201-
- name: Build Changelog
202-
if: ${{ env.SKIP != 'true' }}
203-
id: github_release
204-
run: task r:generate-changelog
205-
env:
206-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201+
# - name: Build Changelog
202+
# if: ${{ env.SKIP != 'true' }}
203+
# id: github_release
204+
# run: task r:generate-changelog
205+
# env:
206+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207207

208208
- name: Create GitHub release
209209
if: ${{ env.SKIP != 'true' }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.2
1+
v1.0.0

0 commit comments

Comments
 (0)