From 59a6963a89e245dae9afbc62c8315da7ca9340eb Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Wed, 7 Jan 2015 14:26:23 -0500 Subject: [PATCH] Say that you should commit the submodule update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220b9564..2bebfafe 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ If you are the current maintainer of this gem: 0. Create a branch for the release: `git checkout -b cut-release-vxx.xx.xx` 0. Make sure your local dependencies are up to date: `script/bootstrap` - 0. If grammar submodules have not been updated recently, update them: `git submodule update --remote` + 0. If grammar submodules have not been updated recently, update them: `git submodule update --remote && git commit -a` 0. Ensure that samples are updated: `bundle exec rake samples` 0. Ensure that tests are green: `bundle exec rake test` 0. Bump gem version in `lib/linguist/version.rb`. For example, [like this](https://github.com/github/linguist/commit/8d2ea90a5ba3b2fe6e1508b7155aa4632eea2985).