|
continuous-integration/drone/push Build is passing
Details
|
||
|---|---|---|
| .drone | ||
| .gitignore | ||
| .versionrc.json | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| compose.libsonnet | ||
| package.json | ||
| yarn.lock | ||
README.md
@sigyl/jsonnet-compose
functional composition for jsonnet
local compose = import 'node_modules/jsonnet-compose/compose.libsonnet';
compose([
function(x) x+1,
function(x) x+2,
])(1)
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