We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd0d21 commit 3d5c048Copy full SHA for 3d5c048
1 file changed
CONTRIBUTING.md
@@ -36,6 +36,7 @@ git commit -m "Build update"
36
Bump the version
37
```sh
38
npm start release # or npm start patch
39
+npm install
40
git add --update
41
git commit -m "v1.8.0"
42
```
@@ -71,3 +72,6 @@ Publish the new version to `npm`
71
72
npm publish
73
git checkout dev
74
75
+
76
+Add a new release on GitHub
77
+https://github.com/feimosi/baguetteBox.js/releases/new
0 commit comments