From 6f04751abe7a4c445c1aa942598fe2d40faa461d Mon Sep 17 00:00:00 2001 From: Matthew Dickinson Date: Wed, 1 Nov 2023 23:58:08 +0000 Subject: [PATCH] Cut version 23.11 Problem/Solution: Cut version 23.11 of: - util - scrooge - finagle - twitter-server - finatra Differential Revision: https://phabricator.twitter.biz/D1107956 --- CHANGELOG.rst | 5 +++++ README.md | 2 +- bin/build | 2 +- bin/delete-snapshots | 2 +- bin/functions | 2 +- bin/gpg-init | 2 +- bin/merge | 2 +- bin/publish | 2 +- bin/slack | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e8e6a91..7303b3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------- diff --git a/README.md b/README.md index f125b5e..b079e9b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bin/build b/bin/build index 67b4cd4..c9a92be 100755 --- a/bin/build +++ b/bin/build @@ -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" diff --git a/bin/delete-snapshots b/bin/delete-snapshots index 80db46e..e5698ac 100755 --- a/bin/delete-snapshots +++ b/bin/delete-snapshots @@ -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. diff --git a/bin/functions b/bin/functions index 70b331f..d9c8721 100644 --- a/bin/functions +++ b/bin/functions @@ -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 diff --git a/bin/gpg-init b/bin/gpg-init index 6907445..b2ecfe8 100755 --- a/bin/gpg-init +++ b/bin/gpg-init @@ -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 ---------------------------------------------------------------------------------- diff --git a/bin/merge b/bin/merge index 25f9bf5..db574d1 100755 --- a/bin/merge +++ b/bin/merge @@ -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:-.} diff --git a/bin/publish b/bin/publish index 08fa230..cc02d39 100755 --- a/bin/publish +++ b/bin/publish @@ -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 diff --git a/bin/slack b/bin/slack index 4c6ddaa..1a949e7 100755 --- a/bin/slack +++ b/bin/slack @@ -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"