mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|||
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
|
||
|
|
"packages": [
|
||
|
|
"buf@latest",
|
||
|
|
"go@latest",
|
||
|
|
"docker@latest",
|
||
|
|
"gum@latest",
|
||
|
|
"go-task@latest",
|
||
|
|
"goreleaser@latest",
|
||
|
|
"commitizen@latest",
|
||
|
|
"doppler@latest"
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"GOPATH": "$HOME/go",
|
||
|
|
"PATH": "$PATH:$PWD/bin",
|
||
|
|
"DOPPLER_TOKEN": "$DOPPLER_SONR_RELEASE_TOKEN"
|
||
|
|
},
|
||
|
|
"shell": {
|
||
|
|
"scripts": {
|
||
|
|
"release": [
|
||
|
|
"doppler secrets download --no-file --format env > .env",
|
||
|
|
"task -t .taskfile.dist.yml bump"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|