Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-04-05 10:32:52 +0300
committerChris Rebert <github@chrisrebert.com>2016-04-05 10:32:52 +0300
commit927ec5867821f3ba1f1160e6b6e6f1f3c6407d73 (patch)
tree4034a13ea7db017c05dddb883ec8b40d912febc3 /CONTRIBUTING.md
parent379ffa5d822cfbb995a87390b184c1a0d00881a4 (diff)
CONTRIBUTING.md: Minor clarification of release instructions
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f5ecc0..221a123 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,8 +26,9 @@ By contributing your code, you agree to license your contribution under [the MIT
## Shipping a release
1. Update the `version` field in `package.json`
2. Add an entry in the "Release History" section of `README.md`.
-3. Tag a new [Release](https://github.com/twbs/grunt-bootlint/releases) in GitHub and write a summary of the changes in the Release's description.
-4. `git checkout master` and `git pull`
-5. `git status` to ensure you have no uncommitted local changes or extraneous untracked files.
-6. `npm publish`
-7. Done. Congratulations!
+3. Ensure the changes in (2) and (3) have been committed and pushed to `master`.
+4. Tag a new [Release](https://github.com/twbs/grunt-bootlint/releases) in GitHub and write a summary of the changes in the Release's description.
+5. `git checkout master` and `git pull`
+6. `git status` to ensure you have no uncommitted local changes or extraneous untracked files.
+7. `npm publish`
+8. Done. Congratulations!