-
Notifications
You must be signed in to change notification settings - Fork 19
How to bump version of any pillar package
Michał Szałowski edited this page Apr 3, 2025
·
1 revision
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.
- To bump the package go to the github actions page and search for the Update @intersect.mbo Package github action.
- Then click on the
Run workflow
button. - It should open the option to select the package and bump the version of that
- The branch in most of the cases should stay as
develop
. - Select the package you want to update on the second option.
- Provide new version of the package that you want to install.
- Run workflow.
- Once the workflow succeeds, a new pull request should be opened to develop with the updated package version:
- Approve and merge dependency to
develop
.
🎉 Updated package is now on the develop, to update it through the branches, follow the Development process guide.