Skip to content

How to bump version of any pillar package

Michał Szałowski edited this page Apr 3, 2025 · 1 revision

Overview

GovTool consists of pillars that are exported as react packages to npm. Versioning of these packages is automated using the GitHub action. This wiki page instructs how to bump the package and push to the main GovTool codebase.

Step by step

  1. To bump the package go to the github actions page and search for the Update @intersect.mbo Package github action.
  2. Then click on the Run workflow button. run workflow
  3. It should open the option to select the package and bump the version of that Zrzut ekranu z 2025-04-03 11-49-15
  4. The branch in most of the cases should stay as develop.
  5. Select the package you want to update on the second option.
  6. Provide new version of the package that you want to install.
  7. Run workflow.
  8. Once the workflow succeeds, a new pull request should be opened to develop with the updated package version: Zrzut ekranu z 2025-04-03 11-53-02
  9. Approve and merge dependency to develop.

🎉 Updated package is now on the develop, to update it through the branches, follow the Development process guide.

Clone this wiki locally