File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A simple, lightweight JavaScript API for handling cookies
1313* ** ~ 800 bytes** gzipped!
1414
1515** If you're viewing this at https://github.com/js-cookie/js-cookie , you're reading the documentation for the master branch.
16- [ View documentation for the latest release (2.0.0 ).] ( https://github.com/js-cookie/js-cookie/tree/v2.0.0 #readme ) **
16+ [ View documentation for the latest release (2.0.1 ).] ( https://github.com/js-cookie/js-cookie/tree/v2.0.1 #readme ) **
1717
1818## Build Status Matrix
1919
@@ -236,14 +236,12 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
236236
237237## Manual release steps
238238
239- * Remove the "-pre" suffix of the "version" attribute of ` package.json `
240- * Remove the "-pre" suffix of the version number in the ` src/js.cookie.js ` file
239+ * Increment the "version" attribute of ` package.json `
240+ * Increment the version number in the ` src/js.cookie.js ` file
241241* Commit with the message "Release version x.x.x"
242242* Create version tag in git
243243* Create a github release and upload the minified file
244244* Release on npm
245- * Increment and add the "-pre" suffix to the "version" attribute of ` package.json `
246- * Increment and add the "-pre" suffix to the version number in the ` src/js.cookie.js ` file
247245* Link the documentation of the latest release tag in the ` README.md `
248246* Commit with the message "Prepare for the next development iteration"
249247
You can’t perform that action at this time.
0 commit comments