Skip to content

Commit

Permalink
docs: release procedure [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh committed Nov 2, 2023
1 parent 3e3c7d2 commit ee21c6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Catglobe.Openiddict.contrib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{E2102B2A-7
NuGet.config = NuGet.config
package-icon.png = package-icon.png
README.md = README.md
RELEASE.md = RELEASE.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Catglobe.Openiddict.Contrib.Pruning.BackgroundService.Tests", "test\Catglobe.Openiddict.Contrib.Pruning.BackgroundService.Tests\Catglobe.Openiddict.Contrib.Pruning.BackgroundService.Tests.csproj", "{06399294-378E-4C3E-83D0-CBC71C8FD9B2}"
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release procedure

1. Edit `eng/Versions.props` and update the version number.
2. Set `StabilizePackageVersion` to false if generate a preview-package.
3. Push, wait for CI to complete.
4. Go to release on github, and "Draft a new release".
5. Write same tag as Version number (from `eng/Versions.props`) and press "Generate release notes"

0 comments on commit ee21c6c

Please sign in to comment.