We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600d1e4 commit d8bf2ceCopy full SHA for d8bf2ce
.changeset/modern-worms-lick.md
@@ -0,0 +1,5 @@
1
+---
2
+"textlint-rule-preset-japanese": patch
3
4
+
5
+CI: add git checkout master
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Publish next snapshot
38
if: steps.changesets.outputs.published != 'true'
39
run: |
40
+ git checkout master
41
yarn changeset version --snapshot next
42
yarn changeset publish --no-git-tag --snapshot --tag next
43
env:
0 commit comments