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:alphaTo 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.
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".
