diff --git a/Directory.Build.props b/Directory.Build.props index 89574a0..b43d32f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 0.4.0 + 0.5.0 dev preview$([System.String]::Format('{0:00000}', $([MSBuild]::Add($(BuildNumber), 0)))) $(VersionPrefix)-$(VersionSuffix) diff --git a/RELEASE.md b/RELEASE.md index 7d67e9e..4471123 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,14 +1,15 @@ # Releasing the package +1. Update all the tool versions in [Directory.Build.Props](./Directory.Build.props) 1. Open a PR to update the `` tag in [Directory.Build.Props](./Directory.Build.props) -2. Maintainers approve and merge PR -3. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs: +1. Maintainers approve and merge PR +1. After the PR merges a maintainer triggers the Release workflow on the main branch via the github Actions UI or runs: ``` gh workflow run build -f test-run=false ``` -4. The release flow will build and publish the packages to nuget, tag the repository with version of the release, and create a GH release +>The release flow will build and publish the packages to nuget, tag the repository with version of the release, and create a GH release 5. Maintainer updates release notes with package info: ```