Skip to content
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.

Commit

Permalink
Update release docs with dependency update note.
Browse files Browse the repository at this point in the history
  • Loading branch information
morimekta committed Mar 28, 2016
1 parent b2c63ab commit 05b7e64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Snapshot releases can be made directly from the `master` branch.

Proper releases are done with a branch cut.

#### Check for dependency updates

* Run `mvn versions:display-dependency-updates` to see what has been updated of
dependencies. See if updates should be done. Usually it's better to depend on
newer versions, as you may drag in older versions into other projects that
misses features or has specific bugs.

#### Making the release cut.

* Create a branch called `release-x.y.z` from master at the desired commit.
Expand Down

0 comments on commit 05b7e64

Please sign in to comment.