release: 5.1.0-preview.1 (automatic reboot preview) - #36
Merged
Merged
Conversation
Prepare the first preview of the automatic reboot feature for validation on a real farm before the 5.1.0 GA. - Manifest: ModuleVersion 5.1.0 with PrivateData.PSData.Prerelease = 'preview1' (cleared for GA; ModuleVersion itself cannot carry a -preview suffix). - CHANGELOG: promote [Unreleased] to [5.1.0-preview.1] (fresh [Unreleased] kept on top). - RELEASE-NOTES: preview body with a "How to test" section and the per-server reboot warning. - release.yml: publish as a GitHub pre-release when the tag carries a SemVer pre-release label (prerelease: contains(ref_name, '-')); plain tags stay normal releases. - wiki/Release-Process.md: new "Preview / pre-release" section (tag convention, PSData Prerelease, workflow behaviour, cutting a preview, promoting to GA). Refs #34
Pester Test Results 1 files 30 suites 4s ⏱️ Results for commit 2544b76. |
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
Prepares the 5.1.0-preview.1 pre-release of the automatic reboot feature for validation on a real SharePoint Server SE farm before the 5.1.0 GA.
This PR is opened for review and CI on the release branch. Per our process, the preview tag is cut on
release/5.1.0(Option B) somainstays at the last GA (5.0.1, under[Unreleased]) until the preview is validated; the branch is merged tomainonly when we promote 5.1.0 to GA.Refs #34
Changes
ModuleVersion5.1.0 withPrivateData.PSData.Prerelease = 'preview1'(cleared for GA;ModuleVersionitself cannot carry a-previewsuffix).[Unreleased]to[5.1.0-preview.1](fresh[Unreleased]kept on top).prerelease: contains(ref_name, '-')); plain tags stay normal releases.Validation
Test-ModuleManifestresolves version 5.1.0 with Prereleasepreview1.Note
The automatic reboot feature itself was reviewed extensively on PR #35 (multiple Copilot rounds). This PR only carries the preview packaging (version, changelog, release notes, workflow, docs).