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

chore: set up NPM auto publish on new package version #150

Merged
merged 1 commit into from
May 3, 2024

Conversation

mrderyk
Copy link
Contributor

@mrderyk mrderyk commented May 2, 2024

CONTEXT

In order to smoothly transfer changes from source to this repo, we'll need to auto-publish to NPM when a new package.json version is detected.

CHANGES

  • add a github action to:
    • detect if the package version has changed
    • draft a new release + publish to npm if the version has change

A release draft looks like this and would need to be filled in. It will only be this long for the next release because of the amount of changes since the last version.

@mrderyk mrderyk marked this pull request as draft May 2, 2024 21:27
Copy link

github-actions bot commented May 2, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-05-03 23:48 UTC

@mrderyk mrderyk force-pushed the chore/auto_publish branch 23 times, most recently from 5e352ea to 15df42a Compare May 3, 2024 20:07
@mrderyk mrderyk changed the title [wip] chore: set up NPM auto publish on commit chore: set up NPM auto publish on new package version May 3, 2024
@mrderyk mrderyk force-pushed the chore/auto_publish branch from 15df42a to 0a2da3a Compare May 3, 2024 20:08
@mrderyk mrderyk marked this pull request as ready for review May 3, 2024 20:08
@mrderyk mrderyk requested a review from cjcenizal May 3, 2024 20:08
Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM!

@mrderyk mrderyk merged commit eb68d1a into main May 3, 2024
3 checks passed
@mrderyk mrderyk deleted the chore/auto_publish branch May 3, 2024 23:48
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.

2 participants