Skip to content

Latest commit

 

History

History
128 lines (79 loc) · 5.78 KB

release-notes.md

File metadata and controls

128 lines (79 loc) · 5.78 KB

Release Notes

Development

Commits

v2.3.3 - March 12th, 2014

  • Fix process argument passing for EDITOR command - fe9c8c9

Commits

v2.3.2 - March 12th, 2014

  • #19 - use spawn instead of exec to start $EDITOR, to support terminal editors (@patrickkettner)
  • Resolves paths when exec EDITOR - 95ea097
  • Add log statement to make editor action obvious - 526c081
  • Protect from duplicated v in version - 0843ff5
  • Improve logging of git operation errors - 589e596

Commits

v2.3.1 - March 5th, 2014

  • Add check for $EDITOR in release:app mode - 99b3976
  • Strip v version prefix in publish generator - 2976061
  • Handle custom versions in release generator - a1935d2
  • Allow for custom version entry - a8cadf5

Commits

v2.3.0 - January 22nd, 2014

  • Define skip-tests flag in app generator - 1257d78

Commits

v2.2.0 - January 21st, 2014

Commits

v2.1.1 - January 21st, 2014

Commits

v2.1.0 - December 22nd, 2013

  • Add default task chaining notes and release tasks - a69667f

Commits

v2.0.0 - December 17th, 2013

Compatibility notes: release:notes now utilizes $EDITOR if specified and prompts for the increment value. release:release now utilizes the increment value specified in the notes command automatically.

Commits

v1.5.0 - November 7th, 2013

  • #2 - Add support to release to a separate component repo (@kpdecker)

  • Do not require config module as global - a2f8d30

  • Add error logging to npm and bower collectors - 5655691

Commits

v1.4.0 - November 1st, 2013

  • #9 - Diff npm tree in the diff generator (@kpdecker)

  • Allow for link collection when generating notes - 14380ee

  • Allow rebuilding the current release docs - bb7f40c

  • Allow config file to be passed as a cli argument - ccec4fc

  • Allow for bower and npm aggregate diffing with collect-version and diff generators

Commits

v1.3.0 - October 3rd, 2013

Commits

v1.2.2 - September 11th, 2013

  • #5 - Issue pingback fails when attempting to comment on fixed issues (@kpdecker

  • Use last commit for issue tag checking - a7cb10a

  • Remove dead code - 3dc4e44

Commits

v1.2.1 - September 11th, 2013

  • #5 - Issue pingback fails when attempting to comment on fixed issues (@kpdecker

Commits

v1.2.0 - September 11th, 2013

  • #4 - Handle Fixes comments in commits (@kpdecker

  • Update to use chalk rathern than colors - da9b86c

  • Support output to CHANGELOG.md - a7b8c9e

  • Add log regarding status and npm publish - 20ce4e2

  • Handle first version release - 85870ea

  • Fix release notes - 42a7f18

Commits

v1.1.0 - September 3rd, 2013

  • #3 - Add dry-run support to notes generator

  • #1 - Ping back on associated pull requests when a release is made

  • Always overwrite release notes - d4021fb

Commits

v1.0.0 - August 30th, 2013

  • Initial release

Commits