CRM icon indicating copy to clipboard operation
CRM copied to clipboard

Need an NPM task to create GitHub Release

Open crossan007 opened this issue 7 years ago • 0 comments

Since Github token is already in BuildConfig / NPM, we should create an NPM task that:

  1. Prompts / confirms the commit hash
  2. Prompts / confirms the release title
  3. Downloads the correct release package from the demo site
  4. Creates a GitHub release
  5. Uploads the zip file

We should invoke with npm run do-release or similar

crossan007 avatar Jul 10 '17 22:07 crossan007