]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - RELEASE_PROCESS.md
Prepare 2.3.5 release
[github/wallabag/wallabag.git] / RELEASE_PROCESS.md
index 7e43d9d69007f7f9217d1f6eb18f7263d4d6ad69..8995580b9f9c8013856907437f4f97da2b823b9f 100644 (file)
@@ -6,12 +6,15 @@ A release is mostly a git tag of http://github.com/wallabag/wallabag, following
 
 During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4).
 
-#### Files to edit
+#### Prepare the release
 
-- `app/config/wallabag.yml` (`wallabag_core.version`)
-- `CHANGELOG.md`
+- Update these files with new information
+    - `app/config/wallabag.yml` (`wallabag_core.version`)
+    - `CHANGELOG.md`
+- Create a PR named "Prepare $LAST_WALLABAG_RELEASE release".
+- Wait for test to be ok, merge it.
 
-#### Create release on GitHub
+#### Create a new release on GitHub
 
 - Run these commands to create the tag: