Skip to content

Commit

Permalink
Prep for 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed May 5, 2017
1 parent 1270912 commit 68c59a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SBT-RELEASE
# sbt-release
This sbt plugin provides a customizable release process that you can add to your project.

**Notice:** This README contains information for the latest release. Please refer to the documents for a specific version by looking up the respective [tag](https://github.com/sbt/sbt-release/tags).
Expand Down Expand Up @@ -26,7 +26,7 @@ This sbt plugin provides a customizable release process that you can add to your

Add the following lines to `./project/plugins.sbt`. See the section [Using Plugins](http://www.scala-sbt.org/release/tutorial/Using-Plugins.html) in the sbt wiki for more information.

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.4")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.5")

## version.sbt

Expand Down
9 changes: 9 additions & 0 deletions notes/1.0.5.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* [#193][] The `checkSnapshotDependencies` release step now has `enabledCrossBuild` enabled by default.
* [#185][] Adds a `default-tag-exists-answer` option to the `release` command to customise the default response to a tag already existing in the `tagRelease` release step.
* [#194][] Makes `releaseVersion`, `releaseNextVersion`, and `releaseVersionBump` task keys instead of setting keys.

[v1.0.4...v1.0.5](https://github.com/sbt/sbt-release/compare/v1.0.4%E2%80%A6v1.0.5)

[#193]: https://github.com/sbt/sbt-release/pull/193
[#185]: https://github.com/sbt/sbt-release/pull/185
[#194]: https://github.com/sbt/sbt-release/pull/194

0 comments on commit 68c59a2

Please sign in to comment.