versioning by abra vs goreleaser #77
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently abra uses the version file to decide what version it is. Releases are versioned using tags though. We should only have one source for version though and I'd say that tags/commits are way better for that than a file sitting in the repo. When you're building abra during development (without tagging) it could use the latest commit hash as its version and add -dev at the end? We could do that, right?
Fully down for this! Use tags for goreleaser (drop the file) annnddd yeah, you'd just need to fiddle with the makefile for the local dev builds in
20fa0da1bb/Makefile (L5)
. Bear in mind, we do also have20fa0da1bb/cmd/abra/main.go (L17)