From a711383e0d10634091035a90efc4b7b58a724e15 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Wed, 14 Feb 2024 14:02:12 -0500 Subject: [PATCH] feat(release): exclude release commits (#7384) ### Description Exclude release commits from the release notes Closes TURBO-2362 --- .github/turbo-orchestrator.yml | 6 ++++++ .github/turborepo-release.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/turbo-orchestrator.yml b/.github/turbo-orchestrator.yml index 7e282442d7b54..353420c71506a 100644 --- a/.github/turbo-orchestrator.yml +++ b/.github/turbo-orchestrator.yml @@ -82,6 +82,12 @@ labeler: - label: "pkg: turbo-repository" when: isAnyFilePathMatch: '^packages\/turbo-repository\/.*$' + + # release + - label: "release: turborepo" + when: + isAnyFilePathMatch: '^version\.txt$' + isPRTitleMatch: '^release\(turborepo\):.*$' events: onPublish: turbo: diff --git a/.github/turborepo-release.yml b/.github/turborepo-release.yml index 99f73830bfc40..d6ae66c9384a6 100644 --- a/.github/turborepo-release.yml +++ b/.github/turborepo-release.yml @@ -5,6 +5,7 @@ changelog: labels: - "owned-by: turbopack" - "area: ci" + - "release: turborepo" categories: - title: Docs labels: