-
Notifications
You must be signed in to change notification settings - Fork 11
Feature: Updated LPE Packager with Auto-version update publish support + misc. improvements #313
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the packaging tooling by introducing separate publish scripts that increment the extension version and standardizing version handling across build components.
- Adds new publish scripts for building and publishing components.
- Centralizes version information by reading from a single manifest file and updates component naming.
- Refactors core and extension packaging scripts to support the new auto-versioning workflow.
Reviewed Changes
Copilot reviewed 5 out of 12 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/tools/packager/Publish.py | Introduces a new publish script with manifest-based version update. |
| src/tools/packager/Package-Core.py | Refactors core packaging to accept the new version parameter and uses updated logging and timestamp generation. |
| src/tools/packager/Package-All.py | Updates extension packaging with new file names and version handling adjustments. |
| src/core/src/bootstrap/Bootstrapper.py | Updates log output to reflect the new build timestamp for version display. |
Files not reviewed (7)
- Makefile: Language not supported
- src/build.bat: Language not supported
- src/build.sh: Language not supported
- src/extension/src/AzGPSLinuxPatchExtShim.sh: Language not supported
- src/extension/src/HandlerManifest.json: Language not supported
- src/publish.bat: Language not supported
- src/publish.sh: Language not supported
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #313 +/- ##
==========================================
- Coverage 93.77% 93.57% -0.21%
==========================================
Files 103 104 +1
Lines 17924 17992 +68
==========================================
+ Hits 16809 16836 +27
- Misses 1115 1156 +41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Packager updates pulled out to code base debt erasure (and revised a little further):
#224
Changes in this PR:
Example of Publish output now (a super-set of build / package) --
