-
Notifications
You must be signed in to change notification settings - Fork 34
Manually Update Types for External Package
Damon Ulmi edited this page Dec 29, 2022
·
1 revision
In order to manually update the types
branch with the latest changes run the "Build types every Friday evening" github action:
- Go to the Actions tab, and select "Build types every Friday evening" from the Actions menu on the left
- Click on the "Run workflow" drop down menu, and run the workflow from the
develop
branch
Note: the action will exit early with an error message if there is an existingnew-types
branch, or if there are no changes to the types - When the action completes, merge the PR, and delete the
new-types
branch - The updated files will be available in the
types
branch