Skip to content

Commit c8f686f

Browse files
authored
Update README.md
1 parent 2da48e4 commit c8f686f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sbt plugin provides a customizable release process that you can add to your
66
**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).
77

88
## Requirements
9-
* sbt 0.13.5+
9+
* sbt 1.x
1010
* The version of the project should follow the semantic versioning scheme on [semver.org](https://www.semver.org) with the following additions:
1111
* The minor and bugfix (and beyond) part of the version are optional.
1212
* There is no limit to the number of subversions you may have.
@@ -29,7 +29,7 @@ This sbt plugin provides a customizable release process that you can add to your
2929
Add the following lines to `./project/plugins.sbt`. See the section [Using Plugins](https://www.scala-sbt.org/1.x/docs/Using-Plugins.html) in the sbt website for more information.
3030

3131
```scala
32-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
32+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0")
3333
```
3434

3535
## version.sbt
@@ -111,7 +111,7 @@ In the section *Customizing the release process* we take a look at how to define
111111

112112
### Convenient versioning
113113

114-
As of version 0.8, *sbt-release* comes with four strategies for computing the next snapshot version via the `releaseVersionBump` setting. These strategies are defined in `sbtrelease.Version.Bump`. By default, the `Next` strategy is used:
114+
As of version 0.8, *sbt-release* comes with some strategies for computing the next snapshot version via the `releaseVersionBump` setting. These strategies are defined in `sbtrelease.Version.Bump`. By default, the `Next` strategy is used:
115115

116116
* `Major`: always bumps the *major* part of the version
117117
* `Minor`: always bumps the *minor* part of the version

0 commit comments

Comments
 (0)