Release schedule logic? #452
Replies: 2 comments 5 replies
-
|
Haha, I know, it's a bit inconsistent. Usually I make a new release pretty soon after bug fixes and features, but this time there were many patching failures (due to this change in CC) and a number of features that needed implementing all at once, and on top of that I wanted to make a library/API for tweakcc for other projects to use, so I chose to lump together the patching fixes, new patches, UX improvements, and the library/API in a v4.0, which I'm expecting will be done this week. If you're impatient though you can build it from source easily: git clone https://github.com/Piebald-AI/tweakcc.git
cd tweakcc
pnpm i
pnpm build
node dist/index.mjs |
Beta Was this translation helpful? Give feedback.
-
|
v4.0.0 is out! Releases will be more frequent from now on, usually right after a PR—or a batch of PRs if in close succession—is merged. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Curious what dictates the release schedule currently. There's been some really cool changes since last release that I'd love to try, but unclear when a new release will be cut.
Beta Was this translation helpful? Give feedback.
All reactions