Skip to content

Commit

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

We want to release the next versions of our Twitter OSS libraries 20.10.0
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Solution

Prepare libraries for their next releases.

JIRA Issues: CSL-10323

Differential Revision: https://phabricator.twitter.biz/D571081
  • Loading branch information
hamdiallam authored and jenkins committed Oct 27, 2020
1 parent 56c717b commit 8c3ef97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` and ``PHAB_ID=#`` correspond to associated message in comm
Unreleased
----------

20.10.0
-------

Added
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scoverage.ScoverageKeys
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)

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

lazy val buildSettings = Seq(
version := releaseVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

val releaseVersion = "20.10.0-SNAPSHOT"
val releaseVersion = "20.10.0"

addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)

Expand Down

0 comments on commit 8c3ef97

Please sign in to comment.