File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ Use this process for:
1212## 2. Release Inputs
1313
1414Before starting, confirm:
15- - target version (for example ` v1.0.1 ` )
15+ - target release version ` X.Y.Z `
16+ - release tag format: ` vX.Y.Z `
17+ - release title format: ` Version X.Y.Z `
1618- release owner
1719- included PRs/issues
1820- intended release date/time
@@ -77,7 +79,8 @@ git push origin vX.Y.Z
7779```
7880
79812 . Create GitHub Release for that tag and publish release notes.
80- 3 . Mark as ` Latest ` when appropriate.
82+ 3 . Set release title to exactly ` Version X.Y.Z ` .
83+ 4 . Mark as ` Latest ` when appropriate.
8184
8285## 6. Post-Release Checks
8386
@@ -95,5 +98,5 @@ composer require MarketDataApp/sdk-php
9598If release issues are discovered:
96991 . Stop promotion messaging.
971002 . Publish corrective note in release/changelog.
98- 3 . Ship patch release (` vX.Y.Z+1 ` ) from ` main ` with targeted fix.
101+ 3 . Ship a patch release (` vX.Y.( Z+1) ` ) from ` main ` with targeted fix.
991024 . Document root cause and remediation in next changelog entry.
You can’t perform that action at this time.
0 commit comments