Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Nov 22, 2024
1 parent 9f38daf commit 7f6941a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ test.bench.profile:
go clean -testcache
go test -bench=. -benchmem -memprofile memory.out

publish:
git tag $(tag)
git push origin $(tag)
go list -m github.com/thegogod/rum@$(tag)

.PHONY: test

0 comments on commit 7f6941a

Please sign in to comment.