Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.48 KB

File metadata and controls

30 lines (23 loc) · 1.48 KB
description
Procedure detailing how to create a U-CS release

Creating a Release

Procedure:

For each of these repositories:

do the following:

  1. From the github repo root page, click "Create a new release"
  2. Create a new tag, for example "unity-prototype-0.2"
  3. Enter a title, for example "Unity Prototype 0.2"
  4. Click on "Generate release notes"
  5. Manually curate the content, to make human-readable entries. If possible, create these main sections:
    1. "Bug Fixes"
    2. "Improvements"
    3. "Full Changelog" (this link should already be automatically generate from the "Generate release notes" button click)
  6. Check the "This is a pre-release" checkbox, if not fully a production release
  7. Click "Publish release"

Then, back on the main unity-cs CHANGELOG.md file, add a release section, that reference the releases you created in the above steps. See examples on that page, for more details.