Skip to content

Commit

Permalink
update version to 4.2.0 + document how to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de committed Dec 22, 2024
1 parent adb1ec5 commit 9a6277e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,17 @@ We are using pull requests to add new features, no direct commits to master. To

1. Update Version Information:

- Edit `src/NuGetForUnity/package.json` to update the `"version"` field.
- Edit `src/NuGetForUnity/Editor/Ui/NugetPreferences.cs` to update the `NuGetForUnityVersion` constant.
- Edit `src/NuGetForUnity/package.json` to update the `"version"` field.
- Edit `src/NuGetForUnity/Editor/Ui/NugetPreferences.cs` to update the `NuGetForUnityVersion` constant.

2. Create a Release (after merging the version changes):

- Go to the GitHub Releases page.
- Click "Draft a new release" and use the auto-generated release notes.
- Go to the GitHub Releases page.
- Click "Draft a new release" and use the auto-generated release notes.

3. Upload Unity Package:

- Download the generated `unitypackage` from the GitHub Action.
- Manually upload it to the release page.
- Download the generated `unitypackage` from the GitHub Action.
- Manually upload it to the release page.

### Development Environment Setup

Expand Down

0 comments on commit 9a6277e

Please sign in to comment.