Novolis Docs
novolis-documents / release.md

Release

dotnetpdfdocumentsnovolis

Versioning

CalVer via d:\novolis\novolis-documents\build\version.json (2026.1.*). Packable projects share the repo stamp.

Publish path

Maintainers ship on `main` (no maintainer PR for normal work):

  1. Commit + git push origin main
  2. merge.yml builds, tests, packs, and publishes to GitHub Packages
  3. Consumers restore from nuget.org + https://nuget.pkg.github.com/Novolis-Platform/index.json

Do not publish via a local folder feed. See nuget-only-policy.

Local verification before push

dotnet test d:\novolis\novolis-documents\tests\Novolis.Documents.Unit\Novolis.Documents.Unit.csproj -p:NovolisUseProjectReferences=true
pwsh -File d:\novolis\novolis-governance\scripts\verify-nuget-only.ps1

Governance