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

Custom Github Actions

Notifications You must be signed in to change notification settings

klausapp/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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