Skip to content

Commit 2f612c3

Browse files
szegedijenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 21.12.00
Problem We want to release the next versions of our Twitter OSS libraries 21.12.00 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D802007
1 parent 9ae36df commit 2f612c3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
21.12.0
11+
-------
12+
13+
No Changes
14+
1015
21.11.0
1116
-------
1217

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TwitterServer
22

3-
[![Build Status](https://github.com/twitter/twitter-server/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/twitter-server/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
3+
[![Build Status](https://github.com/twitter/twitter-server/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/twitter-server/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
44
[![Codecov](https://codecov.io/gh/twitter/twitter-server/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/twitter-server)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / excludeLintKeys += scalacOptions
55

66
// All Twitter library releases are date versioned as YY.MM.patch
7-
val releaseVersion = "21.12.0-SNAPSHOT"
7+
val releaseVersion = "21.12.0"
88

99
val logbackVersion = "1.2.8"
1010
val opencensusVersion = "0.19.1"

0 commit comments

Comments
 (0)