Skip to content

Commit 565a1c1

Browse files
heligwjenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 22.4.0
Problem We want to release the next versions of our Twitter OSS libraries 22.4.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D874434
1 parent 5f47960 commit 565a1c1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.rst

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

10+
22.4.0
11+
------
12+
13+
No Changes
14+
1015
22.3.0
1116
------
1217

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Finatra
22

3-
[![Build Status](https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
4-
[![Test Coverage](https://codecov.io/github/twitter/finatra/coverage.svg?branch=develop)](https://codecov.io/github/twitter/finatra?branch=develop)
3+
[![Build Status](https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
4+
[![Test Coverage](https://codecov.io/github/twitter/finatra/coverage.svg?branch=release)](https://codecov.io/github/twitter/finatra?branch=release)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/finatra-http-server_2.12/badge.svg)][maven-central]
77
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/twitter/finatra)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Global / excludeLintKeys += scalacOptions
66
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1)
77

88
// All Twitter library releases are date versioned as YY.MM.patch
9-
val releaseVersion = "22.4.0-SNAPSHOT"
9+
val releaseVersion = "22.4.0"
1010

1111
lazy val buildSettings = Seq(
1212
version := releaseVersion,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolvers ++= Seq(
33
Resolver.sonatypeRepo("snapshots")
44
)
55

6-
val releaseVersion = "22.4.0-SNAPSHOT"
6+
val releaseVersion = "22.4.0"
77

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

0 commit comments

Comments
 (0)