Skip to content

Commit

Permalink
Twitter-oss: Prepare OSS libraries for release
Browse files Browse the repository at this point in the history
Summary: Problem

We want to release version 17.10.0 of our Twitter OSS Libraries

Solution

Prepare libraries for their next releases.

JIRA Issues: CSL-5179

Differential Revision: https://phabricator.twitter.biz/D104520
  • Loading branch information
nepthar authored and jenkins committed Oct 26, 2017
1 parent a4f9849 commit 45c16a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com

Unreleased

17.10.0 2017-10-26

Release Version Changes:
* From now on, release versions will be based on release date in the format of
YY.MM.x where x is a patch number. ``PHAB_ID=D101244``
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for more details about how to contribute.
An example SBT dependency string for the `util-collection` tools would look like this:

```scala
val collUtils = "com.twitter" %% "util-collection" % "0.0.0-SNAPSHOT"
val collUtils = "com.twitter" %% "util-collection" % "17.10.0"
```

# Units
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtunidoc.Plugin.{ScalaUnidoc, unidocSettings}
import scoverage.ScoverageKeys

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "0.0.0-SNAPSHOT"
val releaseVersion = "17.10.0"

val zkVersion = "3.5.0-alpha"
val zkClientVersion = "0.0.81"
Expand Down

0 comments on commit 45c16a5

Please sign in to comment.