Add manual publish workflow for luxprog program package#26
Merged
Conversation
Adds dedicated `build-publish-luxprog.yml` (workflow_dispatch only) so the luxprog program package can publish on its own cadence, independent of the OMJSON library's tag-driven release. Follows the piperprog/errorprog pattern. Bumps src/Ar/Lux/package.json to 1.0.0 with AS6-compatible deps (@loupeteam/omjson >=2.0.0, @loupeteam/hammers >=1.0.0), adds publishConfig pointing at GitHub Packages, and normalizes the repo URL to git+https form.
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
build-publish-luxprog.yml(workflow_dispatch only) so the@loupeteam/luxprogprogram package can publish on its own cadence, independent of the OMJSON library's tag-driven release. Mirrors the piperprog (Piper PR LUX Program Package Update. #15) and errorprog (ErrorLib PR Case-insensitivity for Sec-WebSocket-Key header #6) precedent.src/Ar/Lux/package.json0.2.1 -> 1.0.0 with AS6-compatible dep ranges (@loupeteam/omjson>=2.0.0 to match the v2.0.0 lib release,@loupeteam/hammers>=1.0.0), addspublishConfig-> GitHub Packages, normalizes the repo URL togit+https://github.com/loupeteam/OMJSON.git, and adds thehomepagefield per LoupeDocs convention.Test plan
main.Build and Publish luxprogwith versionv1.0.0.@loupeteam/luxprog@1.0.0lands on GitHub Packages and that the artifact contains the LuxProg source (no binary export).