Skip to content

Commit

Permalink
Bump project.clj version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg8 committed May 7, 2015
1 parent ecc55f3 commit 8645448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 8645448

Please sign in to comment.