Skip to content

Add RC versions to nightly releases#67

Merged
Trawis merged 1 commit into
developfrom
feature/version-nightly-releases
Jul 5, 2026
Merged

Add RC versions to nightly releases#67
Trawis merged 1 commit into
developfrom
feature/version-nightly-releases

Conversation

@Trawis

@Trawis Trawis commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Give each nightly build a version derived from Helpers.Version and the workflow run number.

Changes

  • Generate prerelease versions such as 5.2.6-rc123.
  • Apply the version to build metadata, archive and artifact names, Git tags, and GitHub prereleases.
  • Target the checked-out develop commit and prevent nightly builds from replacing the latest stable release.

Documentation

  • README.md updated if needed
  • CHANGELOG.md updated if needed
  • FEATURES.md updated if needed

Validation

  • dotnet format --verify-no-changes
  • dotnet build
  • dotnet test
  • Smoke/manual check where practical
  • Implementation rechecked against requirements

The Release build completed with three existing compiler warnings and no errors. Version extraction produced 5.2.6-rc123; the compiled product metadata starts with that version. The solution contains no test projects producing test output. Workflow lint was not run because actionlint is not installed locally.

Branching / Merge Safety

  • Branch follows feature/*, release/*, or hotfix/*
  • PR targets the correct Git Flow branch
  • No auto-merge requested/performed

Notes / Risks

  • RC numbers use GitHub's monotonically increasing workflow run number, so they do not restart when Helpers.Version changes.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@Trawis Trawis marked this pull request as ready for review July 5, 2026 06:19
@Trawis Trawis merged commit cc3c9cb into develop Jul 5, 2026
3 checks passed
@Trawis Trawis deleted the feature/version-nightly-releases branch July 5, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant