Commit Graph

7 Commits

Author SHA1 Message Date
David Hill
e26e71a9a2 multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
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
Dave Collins
5952f125fe
release: Bump for 1.6 release cycle. 2019-10-16 15:45:00 -05:00
Dave Collins
3e2208f8c1
build: Replace TravisCI with CI via Github actions. 2019-09-20 19:59:04 -05:00
David Hill
893aa30dce multi: Use https links where available. 2019-06-18 14:20:06 -05:00
Dave Collins
c6f60e2c10
release: Bump for 1.5 release cycle. 2018-12-12 16:47:10 -06:00
Dave Collins
999ee7d863
multi: Make use of new internal version package.
This introduces a new internal package named version to house the
version information and updates the various code to use it.  This allows
both dcrd and dcrctl to make use of the package so the version
information only needs to be bumped in one place and also ensure that
any link-time overrides to the pre-release and/or build metadata apply
to both.

Also, while here, include the OS and architecture in the version log at
start of day as well as the output from the version CLI flag.
2018-09-04 17:34:31 -05:00