Currently Graven assumes control of version/version.go and manages the version there. It would be cool to allow some customization of this behaviour, including some or all of the following:
- Different golang filename (but otherwise works as it does today)
- Support for plaintext VERSION file
- Support for ldflags version metadata
Currently Graven assumes control of
version/version.goand manages the version there. It would be cool to allow some customization of this behaviour, including some or all of the following: