mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
31 lines
711 B
JSON
31 lines
711 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",
|
|
"ripgrep@latest"
|
|
],
|
|
"env": {
|
|
"GOPATH": "$HOME/go",
|
|
"PATH": "$PATH:$PWD/bin",
|
|
"DOPPLER_TOKEN": "$DOPPLER_SONR_RELEASE_TOKEN"
|
|
},
|
|
"shell": {
|
|
"init_hook": [
|
|
"gh extension install valeriobelli/gh-milestone"
|
|
],
|
|
"scripts": {
|
|
"release": [
|
|
"doppler secrets download --no-file --format env > .env",
|
|
"task -t .taskfile.dist.yml bump"
|
|
]
|
|
}
|
|
}
|
|
}
|