Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 546 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 546 Bytes

Custom Github Actions

Development

In the repo's root, install the dependencies (since we use yarn workspaces)

$ yarn

Contributing

Before commiting, also build the modified actions, e.g.

/slack-notify-release $ yarn build

Then open a PR. Once it gets merged, make sure to bump the action's version, e.g.

/slack-notify-release $ yarn version --new-version minor

Lastly, force-refresh the v1 tag (since that's what the workflow targets). Now push it.

$ git tag v1 -f
$ git push && git push --tags