jscodeshift icon indicating copy to clipboard operation
jscodeshift copied to clipboard

Automatically publish latest dev version to npm

Open Daniel15 opened this issue 2 years ago • 1 comments

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?

Daniel15 avatar May 12 '23 02:05 Daniel15

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: @.***>

ElonVolo avatar May 12 '23 13:05 ElonVolo