From b609c9b4ebdcab9a15982da11bc1432efc2a7263 Mon Sep 17 00:00:00 2001 From: Andrew Cobby Date: Thu, 28 Feb 2013 15:49:13 +1100 Subject: [PATCH] Added notes about making a release --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9cfcfaf0..1118126e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ TGM Theme for [Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) ================= -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter. - -To get started, checkout http://getbootstrap.com! +Doing a TGM Bootstrap release +----------------------------- +1. Commit your changes +2. Bump the version in `package.json` and `component.json` +3. Commit the JSON files +4. Tag with that version number +5. Push with tags Quick start @@ -13,7 +17,6 @@ Quick start Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, or [download the latest release](https://github.com/twitter/bootstrap/zipball/master). - Versioning ---------- @@ -32,7 +35,6 @@ And constructed with the following guidelines: For more information on SemVer, please visit http://semver.org/. - Bug tracker -----------