just need to figure out config files, everything else appears to work

This commit is contained in:
2021-08-08 22:42:40 -04:00
parent 74e3bc730e
commit fe7443daaa
7 changed files with 48 additions and 58 deletions

View File

@@ -5,6 +5,7 @@ version: '3'
env:
CURRENT_RELEASE: 0.1.0
RELEASE_MSG: "First official release of the project"
GO_VERSION: 1.16.3
tasks:
build:
@@ -49,7 +50,7 @@ tasks:
Requires the GITHUB_TOKEN env variable to release to github
Releases an unversioned snapshot to github
cmds:
- goreleaser release --snapshot
- goreleaser release --snapshot --rm-dist --debug
run-frontend:
dir: