Skip to content

v0.7.0

Compare
Choose a tag to compare
@eunjae-lee eunjae-lee released this 21 Oct 19:52
· 427 commits to master since this release
c540ae5

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.