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 f90ffa3 commit 112d1e7Copy full SHA for 112d1e7
.auto-changelog
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- run: npm test
34
35
- - run: npx semantic-release
+ - run: npx semantic-release --config=release.config.mjs
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmignore
@@ -1,3 +1,6 @@
1
+.github
2
+release.config.mjs
3
+renovate.json
4
test
5
examples
6
doc
0 commit comments