Skip to content

Commit 00c0246

Browse files
committed
update release steps
1 parent 5ef1980 commit 00c0246

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ Released under the MIT [Licence](./LICENSE). Copyright (c) BootstrapVue3.
7575

7676
# Making a new release
7777

78-
```
79-
npm run release
80-
git push --follow-tags
81-
```
78+
1. increase version in `package.json`, commit
79+
2. https://github.com/cdmoro/bootstrap-vue-3/releases/new (create new tag)
8280

83-
then https://github.com/cdmoro/bootstrap-vue-3/releases/new
81+
`bootstrap-vue-3/.github/workflows/npm-publish.yml` will auto-publish at https://www.npmjs.com/package/bootstrap-vue-3
82+
TODO: publish runs 2 times

0 commit comments

Comments
 (0)