This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## changes | ||
|
||
* auto plugins friendly. this plugin is now automatically enabled if it is added in plugins.sbt, no need to reference bintraySettings | ||
* auto-imported keys. Keys no longer need refered to under the `bintray.Keys` namespace in your custom configuration | ||
* all keys are typically prefixed with `bintray` now to be more inline with current sbt plugin interface trends | ||
* `bintrayOrganization` now defaults to the name associated with your bintray credentials, including in the sbtPlugin case | ||
* `bintrayRepository` now defaults to sbt-plugins, not sbt-plugin-releases to be more inline with the [sbt docs](http://www.scala-sbt.org/0.13/docs/Bintray-For-Plugins.html) | ||
|
||
See the [readme](https://github.com/softprops/bintray-sbt#readme) for more details. This release included many changes to how this plugin works, hopefully for the better. If you find issues please [report them](https://github.com/softprops/bintray-sbt/issues/new) |