Skip to content

Commit

Permalink
Revert "Twitter-oss: Prepare OSS libraries for release 24.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 996858fd593b43d101d3c546d5a9968dc5408855.

There were issues with the release. Will be retrying it

Differential Revision: https://phabricator.twitter.biz/D1141484
  • Loading branch information
ctutika authored and jenkins committed May 6, 2024
1 parent a4c799b commit 84cb4f9
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ 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=release)](https://github.com/twitter/dodo/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
[![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)
[![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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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="24.2.0"
VERSION="23.11.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 84cb4f9

Please sign in to comment.