Skip to content

Integrate Version Checking into Existing Test Workflow and Automate NPM Publishing on Tag Push#396

Open
ttakenaga wants to merge 3 commits intomasterfrom
ci/npm-publish-setup
Open

Integrate Version Checking into Existing Test Workflow and Automate NPM Publishing on Tag Push#396
ttakenaga wants to merge 3 commits intomasterfrom
ci/npm-publish-setup

Conversation

@ttakenaga
Copy link
Contributor

This PR enhances our existing CI process by integrating version checking into the 'Test' workflow that runs on every push, and automating NPM publishing when a tag is pushed.

Version Checking: As part of the existing 'Test' workflow, a new step has been added. If there are any changes between the current commit and the last tagged version, this step checks to see if the version in package.json is updated.
NPM Publishing: Automatically publishes the package to NPM when a tag is pushed.

@ttakenaga ttakenaga marked this pull request as ready for review November 7, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant