Skip to content

Releases: algolia/shipjs

v0.11.0

28 Nov 16:43
55782bc

Choose a tag to compare

0.11.0 (2019-11-27)

NOTICE

From 0.11.0, GITHUB_TOKEN is required as an environment variable for Ship.js to work.

Please refer to the guide.

Bug Fixes

  • check if origin-with-token already exists on prepare command (#455) (ce296a6)
  • create github release with rest api instead of hub (#458) (0bfeda6)
  • create pull request with rest api instead of hub (#456) (9423f11)
  • guide users to have GITHUB_TOKEN (#460) (b3ae436)
  • remove hub (#459) (cfd4b2f)

Features

v0.8.1

05 Nov 09:35
37c947e

Choose a tag to compare

0.8.1 (2019-11-05)

Bug Fixes

v0.8.0

25 Oct 21:43
0774cc4

Choose a tag to compare

0.8.0 (2019-10-25)

Features

v0.7.1

21 Oct 19:59
f0ef6c3

Choose a tag to compare

0.7.1 (2019-10-21)

Bug Fixes

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

v0.7.0

21 Oct 19:52
c540ae5

Choose a tag to compare

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.