Skip to content

Commit

Permalink
feat(release): exclude release commits (#7384)
Browse files Browse the repository at this point in the history
### Description

Exclude release commits from the release notes


Closes TURBO-2362
  • Loading branch information
tknickman committed Feb 14, 2024
1 parent 14fbf99 commit a711383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/turbo-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ changelog:
labels:
- "owned-by: turbopack"
- "area: ci"
- "release: turborepo"
categories:
- title: Docs
labels:
Expand Down

0 comments on commit a711383

Please sign in to comment.