From 283c3988c57a7853e81810874e328c1c1c883113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Pereira=20de=20Lucena?= Date: Mon, 16 Sep 2019 16:17:23 +0200 Subject: [PATCH] Add reference on 'Releasing new versions' to version bumping of SECURITY.md --- docs/development_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development_guide.md b/docs/development_guide.md index 559d72cf739e..af8d77fffd73 100644 --- a/docs/development_guide.md +++ b/docs/development_guide.md @@ -123,6 +123,7 @@ Releasing new versions is quite easy, it's the same process whether it's a new v 1. Run `bin/rake bundle`, this will update all the `Gemfile.lock` files 1. Run `bin/rake webpack`, this will update the JavaScript bundle. 1. Update `CHANGELOG.MD` and change the `Unreleased` title to the current version and link to previous versions if needed. +1. Update `SECURITY.md` and change the supported version to the new version. 1. Commit all the changes: `git add . && git commit -m "Bump version"` 1. Run `bin/rake release_all`, this will create all the tags, push the commits and tags and release the gems to RubyGems.