Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

📖 [Docs]: Document Version input accepts NuGet version ranges#25

Closed
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
mainfrom
docs/version-input-accepts-nuget-range
Closed

📖 [Docs]: Document Version input accepts NuGet version ranges#25
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
mainfrom
docs/version-input-accepts-nuget-range

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Jul 10, 2026

Copy link
Copy Markdown
Member

GitHub-Script v1.9.0 (already on main) expanded the passed-through Version input to accept a NuGet version range in addition to an exact version. This updates the Version input description in action.yml so consumers know ranges are supported.

Changed: Version input documentation

The Version input description in action.yml now states that it accepts an exact version or a NuGet version range (for example [1.2.0, 2.0.0)), instead of claiming the value must be an exact version.

Technical Details

Documentation-only; no behavior change. The action already installs the GitHub module via GitHub-Script v1.9.0, which resolves NuGet version ranges. The README input table in this repo uses an aligned (padded) format enforced by markdownlint MD060, so it is left unchanged here to avoid a full-table reformat — action.yml is the canonical input documentation shown in the GitHub Actions UI. Mirrors the fix in PSModule/Release-GHRepository#106.

Copilot AI review requested due to automatic review settings July 10, 2026 08:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the action documentation to reflect that the Version input supports NuGet version ranges (in addition to exact versions), matching the already-shipped behavior via GitHub-Script v1.9.0.

Changes:

  • Update README.md input table to document NuGet version range support for Version.
  • Update action.yml input description to document NuGet version range support for Version.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates the Version input documentation in the README inputs table to mention NuGet version ranges.
action.yml Updates the Version input description to state that exact versions and NuGet version ranges are accepted.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Copilot AI review requested due to automatic review settings July 10, 2026 08:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread action.yml
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the docs/version-input-accepts-nuget-range branch July 16, 2026 17:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants