thefrontside / effection-contrib

Useful collection of community contributed modules for Effection
2 stars 0 forks source link

Setup Release Process #1

Open cowboyd opened 2 weeks ago

cowboyd commented 2 weeks ago

We'll be building our package with DNT and publishing to JSR, NPM, and https://deno.land

  1. Single package: @effection/contrib
  2. One changelog per module
  3. Each module has no other dependencies except for effection.

We need to set up covector to manage our changesets via GitHub workflows. The highest priority publication is JSR.

taras commented 1 week ago

Each module has no other dependencies except for effection.

What about things like tinyexec, how will we include those dependencies?

cowboyd commented 1 week ago

I think we pass them in as a function argument, right?