Created release GHA workflow to version and publish package to NPM#16
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a GitHub Actions workflow to automate the process of versioning and publishing packages to NPM using NPM's Trusted Publishers feature. The workflow includes options for dry-run testing and manual triggering with version specification.
- Implements manual workflow dispatch with version input and optional dry-run mode
- Sets up NPM Trusted Publishers authentication for secure publishing
- Includes comprehensive build, test, and publish pipeline with conditional execution
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…s when versioning with npm version in non-dry-run mode
b6ddc95 to
32177ac
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.
- What I did
Created
release.ymlto publish packages to npm.- How I did it
Followed details in
- How to verify it
--dry-run- Human readable description for the release notes