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:31:06 +0300
committerChris Rebert <github@chrisrebert.com>2016-04-05 10:31:06 +0300
commit379ffa5d822cfbb995a87390b184c1a0d00881a4 (patch)
treef51c5bd34dbbd5f2a13b05b0e478393cb0d4fce0 /CONTRIBUTING.md
parent2cfb28ebd78bc91c47e875ede03f8cdb4bdb9229 (diff)
CONTRIBUTING.md: Add instructions on shipping a new release
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6ac8cb..0f5ecc0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,5 +20,14 @@ Assuming that you don't see any red, you're ready to go. Just be sure to run `gr
5. Update the documentation to reflect any changes.
6. Push to your fork and submit a pull request.
-### Licensing
+## Licensing
By contributing your code, you agree to license your contribution under [the MIT License](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-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!