Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Add per-spec Prerelease support #13

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Conversation

JustinGrote
Copy link
Owner

@JustinGrote JustinGrote commented Dec 15, 2023

Enabling Prerelease support can now be specified on a per-specification basis by including a ! at the beginning or end of the modulename, in all formats.

Examples:

  • 'MyModule!' gets the latest prerelease version. '!MyModule' also works
  • 'PnP.PowerShell!<2.3.0' returns 2.2.156-nightly

If -PreRelease is specified, all modules are evaulated for prerelease regardless of individual module Prerelease specifications.

Closes #7

@JustinGrote JustinGrote self-assigned this Dec 15, 2023
@JustinGrote JustinGrote merged commit 184e230 into main Dec 15, 2023
@JustinGrote JustinGrote deleted the feature/perspecPrerelease branch December 15, 2023 23:21
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.

Get plan for prerelease version for individual modules
1 participant