tbrand / neph

A modern command line job processor, similar with make command
https://tbrand.github.io/neph/
MIT License
204 stars 7 forks source link

Add linux for travis. Change master to release branch to publish the binary #68

Closed tbrand closed 6 years ago

tbrand commented 6 years ago

As title.

tbrand commented 6 years ago

From this PR, the release flow has been changed. When merge master into release, the binary will be published.

waghanza commented 6 years ago

@tbrand Do'nt you prefer the release base on tag (btw, github releasing is base on tag)

tbrand commented 6 years ago

Tag is fixed in the release.rb script.

waghanza commented 6 years ago

@tbrand I see, travis run on each modification of release branch then tag / release

I thought about manual tagging, and travis run only on tag detections ;-)

tbrand commented 6 years ago

Yeah that makes sense. Could I do it on another PR?

waghanza commented 6 years ago

sure. It will keep a cleaner git history. If you need any help :heart:

notramo commented 6 years ago

@tbrand any progress on this?

tbrand commented 6 years ago

will do it later

tbrand commented 6 years ago

Fixed.

tbrand commented 6 years ago

I this I should close this now.