Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 81160d8

Browse files
committed
docs: revise "How to Release a New Version" in readme
1 parent bf25504 commit 81160d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,11 @@ Required environment variables:
130130

131131
### How to Release a New Version
132132

133-
```shell
134-
npm version [major | minor | patch] -m 'build: bump version number'
135-
npm publish
136-
```
133+
We use [semantic-release][semantic-release] to release the library on npm
134+
automatically.
137135

138136
[demo]: https://grid.kiwiberry.nz/
139137
[npm]: https://www.npmjs.com/package/vue-virtual-scroll-grid
140138
[esm]: https://codesandbox.io/s/vue-virtual-scroll-grid-esm-vt27c?file=/App.vue
141139
[umd]: https://codesandbox.io/s/vue-virtual-scroll-grid-umd-k14w5?file=/index.html
140+
[semantic-release]: https://semantic-release.gitbook.io/semantic-release/#how-does-it-work

0 commit comments

Comments
 (0)