Required software for making a release
- github-release for uploading packages
- gox for cross compiling
- Run
gox -build-toolchain
- This assumes you have your own source checkout
- Run
- pandoc for making the html and man pages
Making a release
- go get -u -f -v ./...
- make test
- make tag
- edit README.md
- git commit version.go README.md
- make retag
- make cross
- git push --tags github master
- make upload