- Update the version in
package.json
using semantic versioning. If the update is due to a downstream dependency update (e.g. a change inaction-upload
), update the version requested inaction.yml
as well. - Run
npm run tag
to refresh the package lock and add a version commit and tag git push --atomic origin main <tag>
to push the tag