changelog.md icon indicating copy to clipboard operation
changelog.md copied to clipboard

Complete publish process

Open egoist opened this issue 8 years ago • 2 comments

~~changelog --publish~~ changelog will run:

  • check git status
  • npm test
  • changelog
  • npm publish
  • git push --follow-tags

egoist avatar Jan 03 '17 08:01 egoist

Or I prefer making this the default behavior, as an alternative to kanpai

egoist avatar Jan 03 '17 08:01 egoist

Currently it check git status -> make changelog -> update package.json & create git tag, what leave to user are running npm test before changelog, and running git push --follow-tags and npm publish after changelog

egoist avatar Jan 08 '17 14:01 egoist