Skip to content

Commit 9541f84

Browse files
revised readme
1 parent a83ea98 commit 9541f84

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This repository contains reusable **GitHub Actions workflows** for .NET projects.
44
Update once here → use everywhere.
55

6+
**NOTE:** If the **Main** repo has restrictions that a pull request is required to
7+
update branch, then the **Create Release** workflow will fail.
8+
9+
You will need to use the **Create Release** workflow on the *develop* branch and then create a pull request to main.
10+
611
---
712

813
## 📑 Table of Contents
@@ -155,9 +160,6 @@ jobs:
155160
Creates/updates a **draft** GitHub Release for the provided tag.
156161
Builds notes from `CHANGELOG.md` (falls back to commit list + compare link).
157162

158-
NOTE: If the repo has restrictsions that a pull request is required to update branch, then this workflow will fail.
159-
You will need to use the "Create Release" workflow on the develop branch and then create a pull request to main.
160-
161163
**Reusable:** `.github/workflows/prepare_release.yml`
162164
**Inputs:** `target_branch`, `tag`, optional `prerelease`, `draft` (default true)
163165

0 commit comments

Comments
 (0)