# @sigyl/jsonnet-drone drone deployment ## release use https://www.conventionalcommits.org/en/v1.0.0/ to control releases. to release ```shell yarn release ``` prerelease ```shell yarn release --prerelease alpha ``` release as ```shell yarn release --release-as 1.0.0 ``` dry run ```shell yarn release --dry-run ```