Skip to content

Commit 767ebd9

Browse files
Change README to point to the 'latest' tag
Closes js-cookiegh-258.
1 parent 92f8e2b commit 767ebd9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A simple, lightweight JavaScript API for handling cookies
1818
* **~900 bytes** gzipped!
1919

2020
**If you're viewing this at https://github.com/js-cookie/js-cookie, you're reading the documentation for the master branch.
21-
[View documentation for the latest release (2.1.2).](https://github.com/js-cookie/js-cookie/tree/v2.1.2#readme)**
21+
[View documentation for the latest release.](https://github.com/js-cookie/js-cookie/tree/latest#readme)**
2222

2323
## Build Status Matrix
2424

@@ -28,7 +28,7 @@ A simple, lightweight JavaScript API for handling cookies
2828

2929
### Direct download
3030

31-
Download the script [here](https://github.com/js-cookie/js-cookie/blob/v2.1.2/src/js.cookie.js) and include it (unless you are packaging scripts somehow else):
31+
Download the script [here](https://github.com/js-cookie/js-cookie/blob/latest/src/js.cookie.js) and include it (unless you are packaging scripts somehow else):
3232

3333
```html
3434
<script src="/path/to/js.cookie.js"></script>
@@ -281,8 +281,6 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
281281
* Change the `latest` tag pointer to the latest commit
282282
* `git tag -fa latest`
283283
* `git push <remote> :refs/tags/latest`
284-
* Link the documentation of the latest release tag in the `README.md`
285-
* Link the download link to the latest release tag in the `README.md`
286284
* Commit with the message "Prepare for the next development iteration"
287285
* Release on npm
288286

0 commit comments

Comments
 (0)