Skip to content

Commit 112d1e7

Browse files
committed
chore: try to convince semrel of existing config
1 parent f90ffa3 commit 112d1e7

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.auto-changelog

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: npm test
3434

35-
- run: npx semantic-release
35+
- run: npx semantic-release --config=release.config.mjs
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.github
2+
release.config.mjs
3+
renovate.json
14
test
25
examples
36
doc

0 commit comments

Comments
 (0)