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

Add workflow to publish NPM package #9

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

pkalita-lbl
Copy link
Collaborator

Fixes #7

This adds a GitHub Actions workflow that can be run on demand. The workflow must be provided the release type and it will be responsible for:

  • Incrementing the version number in package.json
  • Publishing a new version to NPM
  • Creating a new GitHub Release

@pkalita-lbl pkalita-lbl merged commit bba3f4f into main Dec 23, 2024
1 check passed
@pkalita-lbl pkalita-lbl deleted the issue-7-publish-github-action branch December 23, 2024 23:08
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.

Add GitHub Actions workflow for automated release publishing
1 participant