Skip to content

Commit

Permalink
Twitter-oss: Prepare OSS libraries for release 24.2.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 24.2.0
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Solution

Prepare libraries for their next releases.

Differential Revision: https://phabricator.twitter.biz/D1140781
  • Loading branch information
ctutika authored and jenkins committed May 2, 2024
1 parent be4e5d6 commit 2064f7b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

24.2.0
------

No Changes

23.11.0
-------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Dodo

[![Build Status](https://github.com/twitter/dodo/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/dodo/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
[![Build Status](https://github.com/twitter/dodo/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/dodo/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/twitter/finagle)

Expand Down
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -euo pipefail
#
# See: print_usage function for usage.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Build"

UTIL_COMMANDS="./sbt +test:compile +publishLocal"
Expand Down
2 changes: 1 addition & 1 deletion bin/delete-snapshots
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/functi
# NOTE: this script is expected to be run in the directory of the
# project being released.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Snapshot Cleanup"

# Validation project list in roughly "reverse" order. Start at leaves and move inward.
Expand Down
2 changes: 1 addition & 1 deletion bin/functions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
#######################################################################
# Helper functions for Dodo Build and Publish scripts
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Functions"

# Constants
Expand Down
2 changes: 1 addition & 1 deletion bin/gpg-init
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/functi
#
# Does not take arguments.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo GPG Init"

# BEGIN: EXECUTE BUILD ----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bin/merge
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/functi
#
# See: print_usage function for usage.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Merge Branch"

WORKSPACE=${GITHUB_WORKSPACE:-.}
Expand Down
2 changes: 1 addition & 1 deletion bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/functi
# NOTE: this script is expected to be run in the directory of the
# project being released.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Publish"

# Util publishes two projects independently
Expand Down
2 changes: 1 addition & 1 deletion bin/slack
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/functi
#
# See: print_usage function for usage.
#######################################################################
VERSION="23.11.0"
VERSION="24.2.0"
NAME="Dodo Slack Notifications"

GITHUB_LOGO="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png?size=48"
Expand Down

0 comments on commit 2064f7b

Please sign in to comment.