Skip to content

Commit 54e176e

Browse files
authored
Update baseline version and add release process doc (#1199)
1 parent 8017be9 commit 54e176e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release Process
2+
3+
1. Update CHANGELOG.md with user visible changes
4+
2. Ensure backend is building successfully (it verifies that all data we expect is present in the SDK)
5+
3. Create release (tag)
6+
4. Create AzDo Release to push to NuGet.org
7+
5. Update `PackageValidationBaselineVersion` [here](src/Directory.Build.targets) to new version for backwards compatibility checks

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<EnablePackageValidation>true</EnablePackageValidation>
5-
<PackageValidationBaselineVersion>2.16.0</PackageValidationBaselineVersion>
5+
<PackageValidationBaselineVersion>2.17.1</PackageValidationBaselineVersion>
66
</PropertyGroup>
77

88
<Import Project="..\Directory.Build.targets" />

0 commit comments

Comments
 (0)