Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference on 'Releasing new versions' to version bumping of SECURITY.md #5337

Merged
merged 1 commit into from Sep 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/development_guide.md
Expand Up @@ -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.

Expand Down