From b80ca35b75f05ea7fb4d1d4187ff5511d50e677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Fri, 19 Jan 2018 12:12:02 +0100 Subject: [PATCH] Update release docs with grammars tarball instructions (#3994) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b09c2d93..b64ca02a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -152,6 +152,8 @@ If you are the current maintainer of this gem: 1. Test behavior locally, branch deploy, whatever needs to happen 1. Merge github/linguist PR 1. Tag and push: `git tag vx.xx.xx; git push --tags` +1. Create a GitHub release with the pushed tag (https://github.com/github/linguist/releases/new) +1. Build a grammars tarball (`./script/build-grammars-tarball`) and attach it to the GitHub release 1. Push to rubygems.org -- `gem push github-linguist-3.0.0.gem` [grammars]: /vendor/README.md