Skip to content
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

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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