Go to file
Giles Bradshaw c7f3785432 ci: add register pipeline 2020-08-26 22:16:45 +01:00
lib fix: now publishes dependencies 2020-08-19 21:01:46 +01:00
.gitignore initial commit 2020-08-15 10:43:20 +01:00
CHANGELOG.md chore(release): 0.0.7 2020-08-20 11:11:35 +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 fix: deploy getting all buildSecrets 2020-08-20 11:11:18 +01:00
npmignore fix: now publishes dependencies 2020-08-19 21:01:46 +01:00
package.json chore(release): 0.0.7 2020-08-20 11:11:35 +01:00
register.libsonnet ci: add register pipeline 2020-08-26 22:16:45 +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