From 9a6277ed384d3d206f3af03ad4746ca6e7b493ae Mon Sep 17 00:00:00 2001 From: JoC0de <53140583+JoC0de@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:26:24 +0100 Subject: [PATCH] update version to 4.2.0 + document how to release a new version --- CONTRIBUTING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fe0e7a3..46bcd86f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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