aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE_PROCESS.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-02 15:46:45 +0200
committerGitHub <noreply@github.com>2017-05-02 15:46:45 +0200
commita7c8f5457014f5dd6370323e9aad61d0d08848ee (patch)
tree6ef36b648841a23556dc2d9c445aa0de7958e24a /RELEASE_PROCESS.md
parent9579003045970d4feed9de955fe939d4f02fe439 (diff)
parent0f26c285d4df77ada4b94e5f0e8a350d8e791f8d (diff)
downloadwallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.tar.gz
wallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.tar.zst
wallabag-a7c8f5457014f5dd6370323e9aad61d0d08848ee.zip
Merge pull request #3072 from wallabag/hotfix/3061
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)