Skip to content

Commit

Permalink
Cut version 23.11
Browse files Browse the repository at this point in the history
Problem/Solution:

Cut version 23.11 of:
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Differential Revision: https://phabricator.twitter.biz/D1107956
  • Loading branch information
mattdickinson5 authored and jenkins committed Nov 2, 2023
1 parent 1a34b37 commit 6f04751
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
----------

23.11.0
-------

No Changes

22.12.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="22.12.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="22.12.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="22.12.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="22.12.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="22.12.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="22.12.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="22.12.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 6f04751

Please sign in to comment.