mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
645 B
645 B
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 fs/version.go README.md docs/content/downloads.md
- make retag
-
Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross
- make cross
- make upload
- make upload_website
- git push --tags origin master