2015-02-04 23:31:56 +01:00
|
|
|
Required software for making a release
|
|
|
|
* [github-release](https://github.com/aktau/github-release) for uploading packages
|
|
|
|
* [gox](https://github.com/mitchellh/gox) for cross compiling
|
|
|
|
* Run `gox -build-toolchain`
|
|
|
|
* This assumes you have your own source checkout
|
|
|
|
* pandoc for making the html and man pages
|
2015-09-22 19:47:16 +02:00
|
|
|
* errcheck - go get github.com/kisielk/errcheck
|
|
|
|
* golint - go get github.com/golang/lint
|
2015-02-04 23:31:56 +01:00
|
|
|
|
|
|
|
Making a release
|
2016-02-15 18:20:26 +01:00
|
|
|
* go get -t -u -f -v ./...
|
2015-09-22 19:47:16 +02:00
|
|
|
* make check
|
2015-02-04 23:31:56 +01:00
|
|
|
* make test
|
|
|
|
* make tag
|
2015-06-06 16:45:00 +02:00
|
|
|
* edit docs/content/changelog.md
|
2016-03-01 18:42:27 +01:00
|
|
|
* make doc
|
2015-06-06 16:45:00 +02:00
|
|
|
* git commit -a -v
|
2015-02-04 23:31:56 +01:00
|
|
|
* make retag
|
2015-08-28 10:40:46 +02:00
|
|
|
* # Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross - not required for go >= 1.5
|
2015-02-04 23:31:56 +01:00
|
|
|
* make cross
|
|
|
|
* make upload
|
|
|
|
* make upload_website
|
|
|
|
* git push --tags origin master
|
2015-11-23 22:58:54 +01:00
|
|
|
* make upload_github
|