aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE_PROCESS.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_PROCESS.md')
-rw-r--r--RELEASE_PROCESS.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md
index 7e43d9d6..8995580b 100644
--- a/RELEASE_PROCESS.md
+++ b/RELEASE_PROCESS.md
@@ -6,12 +6,15 @@ A release is mostly a git tag of http://github.com/wallabag/wallabag, following
6 6
7During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4). 7During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4).
8 8
9#### Files to edit 9#### Prepare the release
10 10
11- `app/config/wallabag.yml` (`wallabag_core.version`) 11- Update these files with new information
12- `CHANGELOG.md` 12 - `app/config/wallabag.yml` (`wallabag_core.version`)
13 - `CHANGELOG.md`
14- Create a PR named "Prepare $LAST_WALLABAG_RELEASE release".
15- Wait for test to be ok, merge it.
13 16
14#### Create release on GitHub 17#### Create a new release on GitHub
15 18
16- Run these commands to create the tag: 19- Run these commands to create the tag:
17 20