Skip to content

Commit fc9a88c

Browse files
Skip dev build on production release commits (#919)
* Skip dev build on production release commits Add [skip ci] to the release commit message so pushing it to main doesn't trigger the release-dev workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update CHANGELOG.md for #919 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 233b76e commit fc9a88c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Commit changes
135135
run: |
136136
git add CHANGELOG.md packages/shared/src/version.ts
137-
git commit -m "Release v$VERSION"
137+
git commit -m "[skip ci] Release v$VERSION"
138138
139139
- name: Push to temporary branch
140140
id: push_temp_branch

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
- Skip redundant dev build when production release commits are pushed to main. [#919](https://github.com/sourcebot-dev/sourcebot/pull/919)
910

1011
## [4.11.6] - 2026-02-21
1112

0 commit comments

Comments
 (0)