Hi,

quick update to announce several updates.

* simplified appveyor / travis ci scripts. At the cost of some assumptions. 
If you are into a specific case you can still roll out your own scripts.

* Added support to create RPM repositories hosted on gh-pages
So you can provide a command like this to the end user to install and keep 
your software up to date,

curl -L https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh | 
GH=mh-cbon/gump sh -xe

* Added support to create DEB/ubuntu repositories hosted on gh-pages
So you can provide a command like this to the end user to install and keep 
your software up to date,

wget -O - https://raw.githubusercontent.com/mh-cbon/latest/master/source.sh | 
GH=mh-cbon/changelog sh -xe


* Added support to generate chocolatey packages of your msi builds
The end user can now run a simple command to your install software

choco install go-msi

* gh-release are now created with a the content of the changes for the new 
version

Looks like this https://github.com/mh-cbon/gh-api-cli/releases/tag/3.0.0
 
~~ enjoy

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to