Skip to content

Commit 30badc4

Browse files
committed
Bump version to v4.0.0-beta.6
1 parent 6eab22e commit 30badc4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.buildkite/steps/github-release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ "${GH_TOKEN}" == "" ]]; then
2525
fi
2626

2727
echo '--- Installing gh CLI'
28-
GH_VERSION=2.92.0
28+
GH_VERSION=2.96.0
2929
curl -fsSL "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz" \
3030
| tar -xz -C /tmp
3131
install "/tmp/gh_${GH_VERSION}_linux_amd64/bin/gh" /usr/local/bin/gh
@@ -69,7 +69,6 @@ release_args=(
6969
--repo buildkite/agent
7070
--target "$(git rev-parse HEAD)"
7171
--generate-notes
72-
--fail-on-no-commits
7372
)
7473

7574
if [[ "${IS_PRERELEASE}" == "1" ]]; then
@@ -90,6 +89,8 @@ else
9089
echo "--- 🚀 ${AGENT_VERSION}"
9190

9291
buildkite-agent meta-data set github_release_type "stable"
92+
93+
release_args+=(--fail-on-no-commits)
9394
fi
9495

9596
buildkite-agent meta-data set github_release_version "${AGENT_VERSION}"

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.132.0
1+
4.0.0-beta.6

0 commit comments

Comments
 (0)