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 5ef1980 commit 00c0246Copy full SHA for 00c0246
README.md
@@ -75,9 +75,8 @@ Released under the MIT [Licence](./LICENSE). Copyright (c) BootstrapVue3.
75
76
# Making a new release
77
78
-```
79
-npm run release
80
-git push --follow-tags
81
+1. increase version in `package.json`, commit
+2. https://github.com/cdmoro/bootstrap-vue-3/releases/new (create new tag)
82
83
-then https://github.com/cdmoro/bootstrap-vue-3/releases/new
+`bootstrap-vue-3/.github/workflows/npm-publish.yml` will auto-publish at https://www.npmjs.com/package/bootstrap-vue-3
+TODO: publish runs 2 times
0 commit comments