Skip to content

Commit 2e5c827

Browse files
Update RELEASE_CHECKLIST.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Akash Singhal <akashksinghal98@gmail.com>
1 parent ed54e07 commit 2e5c827

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RELEASE_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This document describes the checklist to publish a release through the [GitHub r
1313
git tag <tag_name> <commit_sha>
1414
git push origin <tag_name>
1515
```
16-
If the voted commit cannot be found in the _recent commits_, a release branch (e.g. `release-1.0`) is required to be created from the voted commit and used as the target branch.
1716
4. The tag push automatically triggers [`release-github`](.github/workflows/release-github.yml), which creates a **draft** GitHub Release with auto-generated release notes. Pre-release versions (alpha, beta, rc, preview) are automatically marked as pre-releases.
1817
5. Review the draft release on the [Releases page](https://github.com/oras-project/oras-dotnet/releases). Edit the release notes if needed.
1918
6. Publish the release. This triggers [`release-nuget`](.github/workflows/release-nuget.yml), which builds and publishes the NuGet package to [nuget.org](https://www.nuget.org/packages/OrasProject.Oras/) and uploads the `.nupkg` with a SHA256 checksum as release assets.

0 commit comments

Comments
 (0)