Skip to content

Commit

Permalink
build(task/release): automatically set VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Dec 13, 2024
1 parent ec5a610 commit 8ddc2e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ tasks:

release:
desc: 'Prepare a release'
deps:
- build_binaries
cmds:
- go run script/release.go
- VERSION=$(./memsparkline --version) go run script/release.go

test:
desc: 'Run tests'
Expand Down

0 comments on commit 8ddc2e4

Please sign in to comment.