Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 827 Bytes

File metadata and controls

20 lines (12 loc) · 827 Bytes

Contributing to StackHawk Orb

Build Manually

To build and publish a development version of this orb:

circleci orb validate src/@orb.yml
circleci orb pack src | circleci orb publish - stackhawk/stackhawk@dev:alpha

Publishing a New Orb Version

To publish a new version of this orb, open a PR to the master branch.

IMPORTANT: When you merge your PR, you must select squash merge and then add a merge commit message with [semver:<patch|minor|major>] in the message. The CircleCI workflow will interpret that as a patch, minor, or major release and will update the version accordingly.

squash merge

A normal merge will not give you the opportunity to update the merge commit message, which will default to something like "Merge pull request #12 from stackhawk/feature/bump".