Skip to content

Commit

Permalink
updated sweatShop-creator 23.0702.0606 for tag version v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jul 2, 2023
1 parent 241dbc7 commit 05210cf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ vars:
sh: if [ $(git rev-parse --abbrev-ref HEAD) != "main" ]; then echo -$(git rev-parse --abbrev-ref HEAD) ; fi

tasks:
project-init-go:
desc: Bootstrap project
cmds:
- go mod init {{ .Module }}
- go mod tidy
- git add go.mod
- git commit -am 'initialized go module {{ .Module }}'
- git push
- git tag -a v0.1.0 -m 'initialized module {{ .Module }}'
- git push origin --tags

run:
desc: Run app
deps: [lint, test]
Expand Down

0 comments on commit 05210cf

Please sign in to comment.