Skip to content

Commit 41382f4

Browse files
rmi22186claude
andcommitted
chore: Update release workflows to target main branch
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aa4244f commit 41382f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
commit-message: "chore: Prepare release ${{ steps.bump-version.outputs.new_version }}"
7171
branch: release/${{ steps.bump-version.outputs.new_version }}
7272
title: "chore: Prepare release ${{ steps.bump-version.outputs.new_version }}"
73-
base: development
73+
base: main
7474
body: |
7575
Preparing for release ${{ steps.bump-version.outputs.new_version }}
7676
- Updated pubspec.yaml to new version

.github/workflows/release-from-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release SDK
33
on:
44
push:
55
branches:
6-
- development
6+
- main
77
paths:
88
- VERSION
99

0 commit comments

Comments
 (0)