Skip to content

Commit 6512d09

Browse files
authored
Merge branch 'cdmoro:main' into main
2 parents 81967c0 + 00c0246 commit 6512d09

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

.github/workflows/release-please.yml

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.1.13",
5+
"version": "0.1.14",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)