From 86454480fd42139b2e4592e990d2e4e88db3b125 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Thu, 7 May 2015 11:01:38 +1000 Subject: [PATCH] Bump project.clj version to 0.5.4 --- docs/release-procedure.md | 8 ++++---- project.clj | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/release-procedure.md b/docs/release-procedure.md index 120b06b6..a3952a44 100644 --- a/docs/release-procedure.md +++ b/docs/release-procedure.md @@ -39,13 +39,13 @@ Note that all these commands are entered at the repo root folder. ### Make a Github release -- [ ] TODO: IntelliJ should be able to do all of these steps as it has integrated gitflow. Investigate! +- [ ] TODO: IntelliJ should be able to do all of these steps as it has integrated gitflow - investigate. - [ ] Make sure your master branch is up-to-date with Github (in 99% of cases it will be): - - `git checkout master` (TODO: might have to shelve develop or feature branch outstanding changes...confirm) + - `git checkout master` (TODO: might have to shelve develop or feature branch outstanding changes - confirm). - `git pull` - `git checkout {the branch you are working in}` - [ ] Start a new release: - - `git checkout develop` (TODO: may just need to be in the branch you are working in...confirm) + - `git checkout develop` (TODO: may just need to be in the branch you are working in - confirm). - `git flow release start x.x.x` - A branch called 'release/x.x.x' is created. - [ ] Bump version in project.clj to `x.x.x`. @@ -75,7 +75,7 @@ Note that all these commands are entered at the repo root folder. - Select this new `x.x.x` version in the Tag version dropdown. - Make sure this is based on a Target of master. - For the title, enter the version number: `x.x.x`. - - Enter a description that includes a list of "Changes" and "Fixes". + - Enter a description that includes a list of "Changes" and "Fixes" (since the last release). - Click the `Publish release` button. ### Push library to Clojars diff --git a/project.clj b/project.clj index 1e00c29c..bb761a2d 100644 --- a/project.clj +++ b/project.clj @@ -32,7 +32,7 @@ ;; --------------------------------------------------------------------------------------- -(defproject re-com "0.5.3" +(defproject re-com "0.5.4" :description "Reusable UI components for Reagent" :url "https://github.com/Day8/re-com.git" :license {:name "MIT"}