dcrd/internal
Dave Collins a5610ccf15
release: Remove build metadata from master branch.
Releases will now use the empty string for the prerelease field and
"release.local" for build metadata.  This indicates that the code is for
a release, but the release was built from the repo or using go get
without the release build tool.

Development versions will use "pre" for the prerelease and default to
no build metadata.

In particular, this will result in the following cases:

- Development builds performed on the master branch will show as
  "version X.Y.Z-pre" (where either X or Y is one version greater than
  the current release)
- Builds performed on the release branch without using reproducible
  build tools will show as "version X.Y.Z+release.local"
- Builds performed on the release branch using reproducible build tools
  will show as "version X.Y.Z+release"

Consequently, this this removes the "dev" marker from the build metadata
on the master branch.
2020-01-28 10:37:52 -06:00
..
limits build: Replace TravisCI with CI via Github actions. 2019-09-20 19:59:04 -05:00
rpcserver mempool: Associated tag with orphan txns. 2019-11-04 11:44:51 -06:00
version release: Remove build metadata from master branch. 2020-01-28 10:37:52 -06:00