From 4573f00e1b9b56af7302b53c3b1d70ce920fb108 Mon Sep 17 00:00:00 2001 From: Lasse Gaardsholt Date: Wed, 25 Sep 2024 12:04:31 +0200 Subject: [PATCH 1/2] change 30 days to 90 days --- src/scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/publish.sh b/src/scripts/publish.sh index 2c59c36..829b4b3 100644 --- a/src/scripts/publish.sh +++ b/src/scripts/publish.sh @@ -47,7 +47,7 @@ function publishDevOrbs() { publishOrb "$PROCESSED_TAG" done { - printf "Your development orb(s) have been published. It will expire in 30 days.\n" + printf "Your development orb(s) have been published. It will expire in 90 days.\n" printf "You can preview what this will look like on the CircleCI Orb Registry at the following link(s): \n" printf "%s\n" "${ORB_REG_LINKS[@]}" } >/tmp/orb_dev_kit/publishing_message.txt From 9696948d33ab2dcd92dc230604be8f4d1452ca75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Alberto=20Monta=C3=B1o=20Fetecua?= Date: Mon, 7 Oct 2024 21:23:19 -0500 Subject: [PATCH 2/2] fix: pinning the version specified in the config to the latest major: 12.1.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9aaff..82b1c89 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: # For the orb-tools-orb it must call itself within the first workflow, # meaning this dev version will need to be published every 90 days. # No other orbs will need to import themselves here. - orb-tools-alpha: circleci/orb-tools@dev:alpha + orb-tools-alpha: circleci/orb-tools@12.1.0 shellcheck: circleci/shellcheck@3.1 filters: &filters