setup: upgrade#22
Conversation
mohab-sameh
left a comment
There was a problem hiding this comment.
A few regressions I hit locally.
|
oh noice you just pushed code ! |
|
thanks. note to self for future improvements, drawing inspiration from https://github.com/codemod/datadog-codemods/ Versioning and releases (biggest operational gap)
Contributor docs should be aimed at “don’t mess up releases”. AGENTS.md should be short and center on failure modes (forgetting changesets, hand-editing versions, skipping pnpm run ci). CI design
Local automation (developer experience)
|
|
commit hook isn't good idea. keep a pre-commit script that user will run. But commit hook can be annoying, when you create a WIP commit as a checkpoint of you thinking. |
I agree. |
description
The idea for this repo is to be production ready but they are missing part.
ubuntu-slimwhich is the quickest CI runner and lighter. by default it's have node LTS installed so no need to setup node 🎉