mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: add changeset cli
This commit is contained in:
6
.github/workflows/version.yml
vendored
6
.github/workflows/version.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
||||
|
||||
# hack changesets/action to allow not using changesets
|
||||
- run: |
|
||||
mkdir .changeset
|
||||
echo '---\n---\n' > .changeset/fake-changeset.md
|
||||
echo '.changeset/fake-changeset.md' >> .git/info/exclude
|
||||
npx changeset init
|
||||
npx changeset --empty
|
||||
echo '.changeset/' >> .git/info/exclude
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
|
||||
Reference in New Issue
Block a user