chore(http-action): mark 0.1.0 as beta for release#37
Merged
Conversation
…l test Promotes http-action 0.1.0 from development to beta ahead of its first tagged release. Adds a sentinel test asserting the configured auth token is placed in the outbound request header (auth path exercised) yet never appears in logs or the sent reply, and regenerates the catalog so the status change propagates to plugins.json and the README detail blocks.
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
Promotes http-action 0.1.0 from
developmenttobetaahead of its first tagged release.Changes
manifest.jsondevelopment\ →beta. Regeneratesplugins.jsonand the root +http-actionREADME detail blocks vianpm run catalog`.Verification
node --import tsx --test "http-action/*.test.ts"→ 110 pass / 0 failnpm run typecheck→ cleannpm run catalog:check→ up to date (10 plugins)node package.mjs http-action→http-action.zip7.1 KBFollowed by tag
http-action-v0.1.0after merge to cut the GitHub Release.