Go to file
Giles 101317a290 initial commit 2020-08-15 10:43:20 +01:00
lib initial commit 2020-08-15 10:43:20 +01:00
.gitignore initial commit 2020-08-15 10:43:20 +01:00
LICENSE initial commit 2020-08-15 10:43:20 +01:00
README.md initial commit 2020-08-15 10:43:20 +01:00
deploy.libsonnet initial commit 2020-08-15 10:43:20 +01:00
package.json initial commit 2020-08-15 10:43:20 +01:00
yarn.lock initial commit 2020-08-15 10:43:20 +01:00

README.md

@sigyl/jsonnet-drone

drone deployment

release

use https://www.conventionalcommits.org/en/v1.0.0/ to control releases.

to release

yarn release

prerelease

yarn release --prerelease alpha

release as

yarn release --release-as 1.0.0

dry run

yarn release --dry-run