FrontPress is avaliable via NPM, bower and [github files](https://github.com/frontpressorg/frontpress/tree/master/release). At this moment a new release commit is made when: * Any push is made for this project; and * The push generate changes for release files. I guess would be nice if we only generate new release files when a `--release` flag is specified in commit message. Why: * Would be nice if all FrontPress release versions, from github, npm and bower has the same code. * If every new commit generates a new release github files could be different than npm and bower versions ## This issue is done when: * New release commits are generated only when `--release` flag is present in commit message; * Every new release commit also makes a `npm publish` and `bower publish`. What do you think @woliveiras @alisonmonteiro ?
FrontPress is avaliable via NPM, bower and github files.
At this moment a new release commit is made when:
I guess would be nice if we only generate new release files when a
--releaseflag is specified in commit message.Why:
This issue is done when:
--releaseflag is present in commit message;npm publishandbower publish.What do you think @woliveiras @alisonmonteiro ?