Skip to content

Commit 7477622

Browse files
committed
fixup: missing changes, yaml fix
1 parent 58d6723 commit 7477622

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
uses: cycjimmy/semantic-release-action@v4
8585
with:
8686
semantic_version: 24
87-
extra_plugins:
88-
- conventional-changelog-conventionalcommits@8
87+
extra_plugins: |
88+
conventional-changelog-conventionalcommits@8
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
## Release
1111

12-
The module is released automatically from the `main` and `next` branches using [semantic-release][]. Version bumps and change logs are generated from the commit messages.
12+
The module is released automatically from the `main` and `next` branches using [semantic-release-action][]. Version bumps and change logs are generated from the commit messages.
1313

14-
[semantic-release]: https://github.com/semantic-release/semantic-release
14+
[semantic-release-action]: https://github.com/cycjimmy/semantic-release-action
1515

1616
### Preview release
1717

@@ -20,10 +20,10 @@ If you would like to preview the release from a given branch, and...
2020
- You have push access to the repository
2121
- The branch exists in GitHub
2222

23-
...you can preview the next release using:
23+
...you can preview the next release version and changelog using:
2424

2525
```shell
26-
npm run release:preview
26+
npm run preview-release
2727
```
2828

2929
## Development setup

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"types": "svelte-check",
7272
"validate": "npm-run-all test:vitest:* test:jest types",
7373
"contributors:add": "all-contributors add",
74-
"contributors:generate": "all-contributors generate"
74+
"contributors:generate": "all-contributors generate",
75+
"preview-release": "./scripts/preview-release"
7576
},
7677
"peerDependencies": {
7778
"svelte": "^3 || ^4 || ^5",

0 commit comments

Comments
 (0)