Skip to content

Commit 6e9d852

Browse files
Copilotcomnam90
andcommitted
docs: add warning to verify PR base is main in gitflow release step 3
Co-authored-by: comnam90 <2719284+comnam90@users.noreply.github.com> Agent-Logs-Url: https://github.com/comnam90/veeam-data-cloud-services-map/sessions/6c8772a1-a520-4ff1-80f7-85e1ccfb6cf5
1 parent 828ef97 commit 6e9d852

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

GITFLOW_RELEASE_GUIDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ npm run build
4444

4545
The release branch should be merged to `main` via a Pull Request:
4646

47+
> ⚠️ **Important:** When creating the PR, always verify that the **base branch is set to `main`**, not `develop`. GitHub may default to a different base depending on how the branch was created.
48+
4749
```bash
4850
# Push release branch
4951
git push origin release/1.1.1
5052

51-
# Create PR: release/1.1.1 → main
52-
# Title: "Release v1.1.1"
53+
# Create PR: release/1.1.1 → main ← base MUST be main
54+
# Title: "chore(release): v1.1.1"
5355
# Include:
5456
# - List of changes since last release
5557
# - Version bump details

0 commit comments

Comments
 (0)