-
Notifications
You must be signed in to change notification settings - Fork 39
Release Memo
MaceWindu edited this page Aug 4, 2021
·
8 revisions
This procedure applies to all versions, only difference in branch names for source and release:
- v1(for EF.Core 2):
version1
/release.1
- v3(for EF.Core 3):
version3
/release.3
- v5(for EF.Core 5):
master
/release
- v6(for EF.Core 6):
version6
/release.6
- Check and update if needed release version in
azure-pipelines.yml
:assemblyVersion
andnugetVersion
variables - Check and update of needed
linq2db.EntityFrameworkCore.nuspec
dependencies versions - Create PR from source to release branch (see branch names above)
- Merge PR (no-squash)
- Wait till azure pipelines build and upload nuget package(s). If nuget publishing failed, fix issue and start azure pipelines manually from Azure
- Update versions (item 1 in this list) to next minor version
- Create release with tag in release branch