facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.11k stars 468 forks source link

Automatically publish latest dev version to npm #557

Open Daniel15 opened 1 year ago

Daniel15 commented 1 year ago

Need to figure out how to do this. Maybe we could have a GitHub Action that publishes if all tests pass. Suffix version with -dev or similar. Maybe date-based like 1.12.1-dev.2023.05.11.commithash?

ElonVolo commented 1 year ago

As long as new changes don’t take months to make it in, that’s what matters. Someone simply putting an alarm on their phone to remind them every two weeks to remind them to publish any new jscodeshift changes to npm would be an improvement over the current situation.Also, what exactly is the policy in terms of updating dependencies and keeping them current? In evcodeshift I’m just NCU’ing everything and making sure it passed tests.Sent from my iPhoneOn May 11, 2023, at 22:29, Daniel Lo Nigro @.***> wrote: Need to figure out how to do this. Maybe we could have a GitHub Action that publishes if all tests pass. Suffix version with -dev or similar. Maybe date-based like -dev.2023.05.11?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>