File tree 1 file changed +3
-5
lines changed
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
13
13
* ** ~ 800 bytes** gzipped!
14
14
15
15
** 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 ) **
17
17
18
18
## Build Status Matrix
19
19
@@ -236,14 +236,12 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
236
236
237
237
## Manual release steps
238
238
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
241
241
* Commit with the message "Release version x.x.x"
242
242
* Create version tag in git
243
243
* Create a github release and upload the minified file
244
244
* 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
247
245
* Link the documentation of the latest release tag in the ` README.md `
248
246
* Commit with the message "Prepare for the next development iteration"
249
247
You can’t perform that action at this time.
0 commit comments