refactor(scripts): extract release helpers into common.sh - #4146
refactor(scripts): extract release helpers into common.sh#4146SimonRastikian wants to merge 1 commit into
Conversation
Pull request overviewExtracts three generic bash helpers ( Changes:
Reviewed changesPer-file summary
FindingsBlocking (must fix before merge):
Non-blocking (nits, follow-ups, suggestions):
|
|
@pbeza please check the discussion https://nearone.slack.com/archives/C0912BTG51T/p1786635232478689 |
|
@pbeza if you can find me a tangible solution/design I would be happier |
When it comes to this PR: as I mentioned, I’d be happy to accept a common Bash library if it reduced LoC in the repo. But it seems like this is mostly preparation for something bigger and Bash-heavy, which might not be accepted by the team given our preference to avoid large Bash tooling. I think this deserves a broader async discussion, so we can continue in the Slack thread you posted. I see there’s already some discussion going on there. |
7b58ce8 to
962630a
Compare
This is a first cleanup for #3934 it's a split from #4100.
It basically moves generic functions into a file common.rs to be used in the next PRs that build the scripts.