Claude helped generate this. Will save me some time during release processes.
Details
Details
- Reviewers
tomek angelika - Commits
- rCOMM06bd90759920: [native] Script to bump native version
Ran the script and it worked!
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- ashoat/versionBumpScript
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/scripts/update-mobile-version.mjs | ||
---|---|---|
5 |
Comment Actions
LGTM, but:
- don't we need to document it somewhere in some README?
- as far as I understand to update the version you bump the version in version.mjs first, then run the script, can't we automate the first step too?
- you can also automate making commits too later?
Comment Actions
- don't we need to document it somewhere in some README?
No, I don't think so. We don't really document the release process in the README.
- as far as I understand to update the version you bump the version in version.mjs first, then run the script, can't we automate the first step too?
Yeah, and I think this could be done for keyserver and web too. But I'm starting with this script because it's currently the most annoying / rote part of the process for me. Hope to make further improvements at a later point.
- you can also automate making commits too later?
Yeah agree we could improve the process further.