Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 589 Bytes

Github Actions

Repository for storing re-usable github actions. These should be generic and publically usable.

Release versioning

Release versions using tags (e.g.) git tag v1 && git push origin --tags

Publish a general tag (e.g. v1) for a global LTS (where every action is stable and working).

Publish individual changes with semver, e.g. codedeploy-v1.0.0.

When referring to these actions, call them like stampedeapp/actions/codedeploy@codedeploy-v1.0.0.

You can also use individual commit SHAs if working between versions - don't create a tag for untested releases!