rill icon indicating copy to clipboard operation
rill copied to clipboard

Release: Update version number in `package.json` files

Open ericpgreen2 opened this issue 1 year ago • 1 comments

We should update our rill-ui.yml GitHub Action so that it writes the release number to our various package.json files:

  • Root package.json
  • web-admin/package.json
  • web-common/package.json
  • web-local/package.json

ericpgreen2 avatar Sep 03 '24 14:09 ericpgreen2

GHA will be confusing, we can try using bumpversion to update these files and create a tag for the release

himadrisingh avatar Sep 06 '24 02:09 himadrisingh

Hey @ericpgreen2, just wanted to let you know that after checking things out on the infra side, we've decided to stick with manual updates for now.

For releases, automating the version alignment across files between branches is a bit tricky at this stage.

So I'm gonna handle the updates manually from the main branch and push changes to the release branch, just like we do in our usual dev flow.

We’ll pick up some insights along the way and keep refining our approach.

If you have any suggestions or there’s anything specific you’d like to see, definitely give us a shout 😃

Kavinjsir avatar Oct 24 '24 17:10 Kavinjsir