Document non-SemVer package ordering on channel package version rules#3191
Open
NickJosevski wants to merge 3 commits into
Open
Document non-SemVer package ordering on channel package version rules#3191NickJosevski wants to merge 3 commits into
NickJosevski wants to merge 3 commits into
Conversation
Adds documentation for the new "Most recently published" ordering strategy and version tag regex on Channel Package Version Rules — a feature that lets channels rank package versions by publish date instead of SemVer comparison, enabling feed triggers and release creation to work with non-SemVer schemes like feature-branch tags, build numbers, and date-stamped builds. Primary change: - releases/channels/index.md: expanded the Package version rules section to introduce the Ordering strategy choice (Semantic version / Most recently published) at step 3 of rule creation. Added a "Most recently published rules" subsection with a regex examples table and a callout listing supported and unsupported feed types. Cross-references: - projects/project-triggers/external-feed-triggers.md: expanded the troubleshooting note that previously said the trigger evaluator only uses SemVer to point at the new MRP option, with a note on unsupported container/OCI feeds. - packaging-applications/create-packages/versioning.md: added a one-line pointer under "Choosing a versioning scheme" for users whose toolchain produces non-SemVer version strings. Related: OctopusDeploy/OctopusDeploy PR #43780 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
CI runs markdownlint-cli2 only on files changed by the PR, so the prior commit's single-sentence addition to versioning.md surfaced 23 long- standing violations in the same file that had been latent on main. Fixed mechanically: - MD029 (ordered-list prefix): continuation paragraphs under list items 1, 3, 4 were indented 2 spaces instead of 3, breaking them out of the list and making each subsequent item look like a fresh "1." Indented to 3 spaces so the list stays connected. - MD005 (list-indent): item " 3." in the "How Octopus Deploy treats semantic versions" list had a stray leading space. - MD004 (ul-style): two unordered lists under "Maven versions" used `*` bullets; the repo style is `-`. - MD007 (ul-indent): "Learn more" list items were indented one space; should be column 0. No content changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7637a7a to
6d48063
Compare
Contributor
Author
|
Blocked by https://github.com/OctopusDeploy/OctopusDeploy/pull/43780 being reviewed |
|
Pull request environment is available at https://stoctodocspr3191.z22.web.core.windows.net. You can view the ephemeral environment status in Octopus Deploy. This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds public docs for the new Most recently published ordering strategy and Version tag regex field on Channel Package Version Rules — a feature implemented in OctopusDeploy/OctopusDeploy PR #43750 that lets channels rank package versions by publish date instead of SemVer comparison.
This enables feed triggers and release creation to work with non-SemVer schemes like feature-branch tags (
feature-checkout-04), CI build numbers (build-1234), and date-stamped names (2026-05-29-nightly).Details
Expanded the Package version rules section to introduce the Ordering strategy choice (Use semantic version / Use most recently published) at step 3 of rule creation. Added a new Most recently published rules subsection with:
Expanded the troubleshooting line that previously said "The trigger's version evaluator uses SemVer" into a paragraph that points at the new MRP option, with the unsupported-feed caveat.
Tip for: Choosing a versioning scheme for users whose toolchain produces non-SemVer version strings.
🤖 Generated with Claude Code