Release Memo - linq2db/linq2db.EntityFrameworkCore GitHub Wiki
Release procedure
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:assemblyVersionandnugetVersionvariables - Check and update of needed
linq2db.EntityFrameworkCore.nuspecdependencies 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