nripendra / fb-messenger

A sample project to learn nodejs, reactjs, electron etc.
3 stars 1 forks source link

Automate release process #53

Closed nripendra closed 8 years ago

nripendra commented 8 years ago

Currently release process involves quite manual steps, which is error prone:

Goal for this feature is to:

Only change package.json version then call a gulp task e.g.

gulp release

If possible this automation should have following steps:

Once tags are pushed, remaining release process is automated in travis-ci