Skip to content

Commit d51004b

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f096dff commit d51004b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All version management, building, testing, and deployment happens automatically.
1414

1515
## Automated Release Process
1616

17-
The release process is fully automated via GitHub Actions. To create a new release:
17+
1818

1919
### Step 1: Create a GitHub Release
2020

@@ -136,7 +136,7 @@ If the automated release workflow fails:
136136
| Missing secrets | Ensure GPG keys and Maven credentials are configured in repository secrets |
137137
| Build failures | Fix build issues on main branch first, then retry release |
138138
| Test failures | Fix failing tests on main branch first, then retry release |
139-
| Branch already exists | Delete existing branch (see below) before creating new release |
139+
| Local branch already exists | Delete or rename your local branch before retrying. The automated workflow does not create separate release branches. |
140140
| Permission denied | Ensure workflow has `contents: write` permission |
141141

142142
4. **After fixing issues:**

0 commit comments

Comments
 (0)