aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE_PROCESS.md
diff options
context:
space:
mode:
authorMaxime Marinel <m.marinel@motoblouz.com>2017-05-02 11:51:23 +0200
committerMaxime Marinel <m.marinel@motoblouz.com>2017-05-02 11:51:23 +0200
commit0f26c285d4df77ada4b94e5f0e8a350d8e791f8d (patch)
tree6ef36b648841a23556dc2d9c445aa0de7958e24a /RELEASE_PROCESS.md
parent9579003045970d4feed9de955fe939d4f02fe439 (diff)
downloadwallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.tar.gz
wallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.tar.zst
wallabag-0f26c285d4df77ada4b94e5f0e8a350d8e791f8d.zip
Small typo in documentation fix #3061
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r--RELEASE_PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md
index 51b9c4d0..465200eb 100644
--- a/RELEASE_PROCESS.md
+++ b/RELEASE_PROCESS.md
@@ -47,7 +47,7 @@ make release master /tmp wllbg-release prod
47 47
48- [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. 48- [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package.
49- Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**). 49- Delete the `release-$LAST_WALLABAG_RELEASE` branch and close the pull request (**DO NOT MERGE IT**).
50- Update the URL shortener (used on `wllbg.org` to generate links like `http://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`) 50- Update the URL shortener (used on `wllbg.org` to generate links like `https://wllbg.org/latest-v2-package` or `http://wllbg.org/latest-v2`)
51- Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date) 51- Update [the downloads page](https://github.com/wallabag/wallabag.org/blob/master/content/pages/download.md) on the website (MD5 sum, release date)
52- Update Dockerfile https://github.com/wallabag/docker (and create a new tag) 52- Update Dockerfile https://github.com/wallabag/docker (and create a new tag)
53- Update wallabag.org website (downloads, releases and new blog post) 53- Update wallabag.org website (downloads, releases and new blog post)