Skip to content

Latest commit

 

History

History
258 lines (113 loc) · 9.42 KB

CHANGELOG.md

File metadata and controls

258 lines (113 loc) · 9.42 KB

2.10.0 (2022-05-24)

Features

  • use cosmiconfig for release config loading (7f9c40b)

2.9.9 (2022-05-24)

Bug Fixes

2.9.8 (2021-03-10)

Performance Improvements

2.9.7 (2020-11-08)

Performance Improvements

  • package: deps revision, fix vuls (5290e34)

2.9.6 (2020-07-25)

Bug Fixes

  • package: up deps, fix vulnerable deps (7f47dbe)

2.9.5 (2019-07-14)

Performance Improvements

2.9.4 (2019-07-03)

Bug Fixes

  • correct project root detection (434c9f4), closes #9

2.9.3 (2019-06-12)

Bug Fixes

  • deps: add explicit read-pkg and semver dependencies (d862695)

2.9.2 (2019-05-28)

Bug Fixes

  • count_all_packs: add missed $ and remove redundant reassignment (44a4421)

2.9.1 (2018-11-19)

Performance Improvements

  • exec: tune up cmd logging (9fce45e)

2.9.0 (2018-11-19)

Features

  • get config from package.json#monorepoHooks (3abf2df)

2.8.0 (2018-11-18)

Features

  • add logging for post-release steps (b384d56)

2.7.0 (2018-11-18)

Features

  • add cmd runner (b6ac16c)
  • add release config reader (027e6e6)
  • provide optional post-release command execution (c8bc4fb)

2.6.2 (2018-10-29)

Performance Improvements

  • fetch release notes from commit message instead of tag body (da635a5), closes #4

2.6.1 (2018-09-09)

Bug Fixes

  • correct release header formatting & up dev deps (4261773)

2.6.0 (2018-08-31)

Bug Fixes

  • test: skip flanking test (cd19a86)

Features

  • reformat github release comment (6c79a77)

2.5.1 (2018-08-26)

Bug Fixes

2.5.0 (2018-08-26)

Features

  • hookAfterAll: add github release creation substep (4554f5a)

2.4.3 (2018-08-26)

Bug Fixes

  • git: add quotes to passed args (9ed53c9)

2.4.2 (2018-08-26)

Bug Fixes

  • sh: add quotes for git tag message arg (1da5121)

2.4.1 (2018-08-26)

Bug Fixes

  • handle extended drop tag sh response (601fe59)
  • sh: fix subscript invocation path (c4cb425)

2.4.0 (2018-08-25)

Features

  • expose postrelease script to restore reverted tags (releases) as single highest (94ce8b0)

2.3.0 (2018-08-14)

Features

2.2.0 (2018-08-06)

Features

  • attach reverted tag message to temp data (8b33ba2)

2.1.1 (2018-07-24)

Bug Fixes

  • get_modified_packs: should run from any dir (163186c)

2.1.0 (2018-07-24)

Features

  • add isModified field to result (5542f1f)

2.0.0 (2018-07-24)

Features

  • use package name instead of change index (820968d)

BREAKING CHANGES

  • isLastChangedisLastModified

1.1.6 (2018-07-22)

Bug Fixes

  • handle total equal changed case (230837e)

1.1.5 (2018-07-18)

Bug Fixes

  • the last tag must be annotated (806a70e)

1.1.4 (2018-07-17)

Bug Fixes

  • the last tag may optionally be not annotated (a352183)

1.1.3 (2018-07-16)

Bug Fixes

  • hold entire iterator state (c6f6427), closes #1

1.1.2 (2018-07-16)

Performance Improvements

1.1.1 (2018-07-16)

Bug Fixes

1.1.0 (2018-07-15)

Features

1.0.0 (2018-07-15)

Features

  • support custom git username through env vars (6812bd0)
  • working draft (03fd318)