Skip to content

Commit fbfe6b8

Browse files
committed
Synchronize packaging docs for v1.4.0-beta.1
1 parent c75e7fe commit fbfe6b8

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

docs/RELEASE_PACKAGING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,18 @@ git add -f docs/QUICK_START.pdf docs/USER_MANUAL.pdf
3939
## Local packaging
4040

4141
```powershell
42-
.\scripts\repository-health.ps1 -ExpectedVersion "1.3.0-beta.2"
43-
.\scripts\publish-windows-portable.ps1 -Version "1.3.0-beta.2"
44-
.\scripts\verify-release-package.ps1 -PackageZip ".\artifacts\release\ProcessBusInsight-v1.3.0-beta.2-win-x64-portable.zip"
42+
.\scripts\repository-health.ps1 -ExpectedVersion "1.4.0-beta.1"
43+
.\scripts\publish-windows-portable.ps1 -Version "1.4.0-beta.1"
44+
.\scripts\verify-release-package.ps1 -PackageZip ".\artifacts\release\ProcessBusInsight-v1.4.0-beta.1-win-x64-portable.zip"
4545
```
4646

47-
## GitHub workflow
47+
## GitHub workflows
48+
49+
The candidate workflow runs for `stabilization/*` and `architecture/*` pull requests. It restores, builds, tests, packages, verifies the ZIP, creates a candidate manifest, and uploads the candidate without publishing a public release.
4850

4951
The release workflow runs manually or for tags matching `v*`. It restores, builds, tests, packages, verifies the ZIP, produces a checksum and release manifest, uploads workflow evidence, and optionally creates or updates a GitHub Release.
5052

51-
Manual inputs:
53+
Manual release inputs:
5254

5355
- `version` — semantic version label
5456
- `publish_release` — create/update the GitHub Release
@@ -58,4 +60,4 @@ Manual inputs:
5860

5961
## Packaging design notes
6062

61-
The publish script performs a runtime-specific restore and then publishes with `--no-restore`. It splits prerelease versions into numeric assembly/file version and informational/package version so a label such as `1.3.0-beta.2` remains valid while Windows assembly versions stay numeric.
63+
The publish script performs a runtime-specific restore and then publishes with `--no-restore`. It splits prerelease versions into numeric assembly/file version and informational/package version so a label such as `1.4.0-beta.1` remains valid while Windows assembly versions stay numeric.

0 commit comments

Comments
 (0)