diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 13:01:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 13:01:14 +0200 |
commit | ed11d7f7319dbc3ad9ea8265179f0f32d7d9ef6c (patch) | |
tree | 71b449ae7969f6d1185a9b765ab8efe74c7acfff /RELEASE_PROCESS.md | |
parent | 6b1317a627686fea33662f56fa08231b7793803a (diff) | |
download | wallabag-ed11d7f7319dbc3ad9ea8265179f0f32d7d9ef6c.tar.gz wallabag-ed11d7f7319dbc3ad9ea8265179f0f32d7d9ef6c.tar.zst wallabag-ed11d7f7319dbc3ad9ea8265179f0f32d7d9ef6c.zip |
Added page about parameters.yml
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r-- | RELEASE_PROCESS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 15855bc7..8ac9bbcd 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md | |||
@@ -29,7 +29,7 @@ git push origin release-$LAST_WALLABAG_RELEASE | |||
29 | - Run these command to create the package: | 29 | - Run these command to create the package: |
30 | 30 | ||
31 | ``` | 31 | ``` |
32 | make releas emaster /tmp wllbg-release prod | 32 | make release master /tmp wllbg-release prod |
33 | ``` | 33 | ``` |
34 | 34 | ||
35 | - [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. | 35 | - [Create the new release on GitHub](https://github.com/wallabag/wallabag/releases/new). You have to upload on this page the package. |