File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This repository contains reusable ** GitHub Actions workflows** for .NET projects.
44Update 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:
155160Creates/updates a **draft** GitHub Release for the provided tag.
156161Builds 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
You can’t perform that action at this time.
0 commit comments