Open
Conversation
e25c237 to
518a5c5
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds manifest upload capabilities for server packages (historian, gitrest, routerlicious) and introduces a --useCurrentVersion flag to the build-cli release report command. The changes enable prerelease and release manifest generation for server packages with exact version mappings, and allow the release reporting tool to use unreleased in-repo versions when tag history doesn't yet contain them.
Changes:
- Created shared template
include-upload-release-reports.ymlto avoid code duplication in manifest upload steps - Added
upload-server-manifest.ymlwith support for both prerelease and release manifest generation - Extended
flub release reportcommand with--useCurrentVersionflag for using unreleased in-repo versions
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/pipelines/templates/upload-server-manifest.yml | New template for generating and uploading server package manifests with support for prerelease and release modes |
| tools/pipelines/templates/include-upload-release-reports.yml | Shared template extracted for common upload steps with blob path prefix handling |
| tools/pipelines/templates/upload-dev-manifest.yml | Refactored to use shared upload template, removing duplicated code |
| tools/pipelines/templates/include-publish-npm-package.yml | Added conditional logic to trigger server manifest uploads for server, historian, and gitrest release groups |
| build-tools/packages/build-cli/src/commands/release/report.ts | Added useCurrentVersion flag to support using unreleased in-repo versions in release reports |
8943a8b to
4f0bceb
Compare
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.
Description
Reviewer Guidance
include-upload-release-reports.yml.manifest-files/server/prerelease/<filename>.json