Skip to content

Latest commit

 

History

History
133 lines (77 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

133 lines (77 loc) · 7.69 KB

0.8.0 (2019-10-25)

Features

0.7.1 (2019-10-21)

Bug Fixes

  • skip creating a release at github when hub cli is not found (#353) (c408a00)

0.7.0 (2019-10-21)

Bug Fixes

Features

  • create GitHub releases (#311) (f1e4e77)
    • This is automatically done and uses the changelog as content of release.
  • upload assets to GitHub release (#334) (fcf2807)
    • At ship.config.js, You can configure releaeses.assetsToUpload. More details in configuration will come soon.

BREAKING CHANGES

It's a breaking change but haven't bumped the major version since it's still in beta.

Please bear with any inconvenience.

  • replace monorepo.readVersionFrom with monorepo.mainVersionFile (#350) (107255a), (#351) (98617b4)
    • Now Ship.js updates the version at monorepo.mainVersionFile. With monorepo.readVersionFrom, it didn't update the file itself.

0.6.0 (2019-10-04)

Bug Fixes

  • don't display steps for slack when there's no slack config (#294) (eb1ab44)
  • fix pull request url in slack message (#301) (f89ba1d)

Features

  • add beforePublish and afterPublish hook (#293) (0de5d68)

0.5.5 (2019-10-01)

Bug Fixes

  • exit with 0 when there's nothing to release (#283) (3ef15fa)

0.5.4 (2019-09-25)

0.5.3 (2019-09-24)

0.5.2 (2019-09-24)

Bug Fixes

  • change formatCommitMessage and introduce formatPullRequestTitle (#270) (f21e167)

0.5.0 (2019-09-08)

Bug Fixes

  • add monorepo config (#246) (744cfc4)
  • fix a bug where it couldn't check correctly if hub is configured (#241) (c228772)
  • git push with upstream specified (#206) (ef5eccd)
  • print error message when hub doesn't exist (#205) (9ba45ff)
  • push to git with GITHUB_TOKEN (#234) (a39e7ee)
  • rename release command to trigger (#236) (3cbedb2)
  • throw when hub is installed but not configured (#208) (a4c769c)

Features

0.4.0 (2019-08-20)

Bug Fixes

Features

0.3.4 (2019-08-20)

0.3.2 (2019-08-18)

Bug Fixes

0.3.1 (2019-08-17)

Bug Fixes

  • ignore commits out of convention instead of throwing (#176) (b6fc850)

0.3.0 (2019-08-17)

Bug Fixes

  • deps: update dependency inquirer to v6.5.1 (#154) (040d722)

Features

0.2.0 (2019-08-07)

Bug Fixes

Features

  • reviewer: add config to assign reviewer when creating PR (#139) (4b7b74f)

0.1.0 (2019-08-02)

Initial Release