0.12.1 (2019-12-24)
- setup: add SLACK_INCOMING_HOOK env for all GitHub Actions (#550) (dbdd919)
- setup: don't use escape for config serializion (#549) (59b802d)
0.12.0 (2019-12-20)
0.11.3 (2019-12-17)
0.11.2 (2019-12-04)
- add missing pr url to slack message (#499) (fa1e654)
- make
versionUpdated
andbeforeCommitChanges
undefined by default (#495) (d9a4c51)
0.11.1 (2019-12-01)
- ask commit range when tag is missing (#471) (f659c34)
- clean up remote
origin-with-token
after git push (#479) (c81d247) - fetch tags before figuring out next version (#468) (045bbc0)
- update changelog based on commit range (#473) (9841f25)
- update PR message with publish command (#467) (18cc7e4)
0.11.0 (2019-11-27)
From 0.11.0
, GITHUB_TOKEN
is required as an environment variable for Ship.js to work.
Please refer to the guide.
- 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)
0.10.0 (2019-11-26)
- deprecate --first-release and --release-count at shipjs prepare (#447) (d46d83f)
- pin dependency at shipjs setup (#446) (6560b9f)
- getChangelog: wrong argument name (#448) (e378e06)
0.9.0 (2019-11-25)
0.8.2 (2019-11-08)
- continue release even if there's no conventional commit (#405) (70fb2ec)
- fix hubConfigured for GitHub Actions (#393) (635ab7b)
0.8.1 (2019-11-05)
- extract changelog for lerna-changelog (#388) (08ae7d5)
- pass
nextVersion
tobeforeCommitChanges
(#389) (903f569) - fix detecting yarn (#381) (7aa393a)
0.8.0 (2019-10-25)
0.7.1 (2019-10-21)
0.7.0 (2019-10-21)
- accept an array for pullRequestReviewer (#314) (c26a07f)
- add option to run not to print command (#321) (bc328e6)
- do not print github token (#322) (82527cf)
- fix exception on dry mode (#313) (2c4a2e4)
- get PR number correctly after preparation (#340) (4ce3443)
- 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 configurereleaeses.assetsToUpload
. More details in configuration will come soon.
- At
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
withmonorepo.mainVersionFile
(#350) (107255a), (#351) (98617b4)- Now Ship.js updates the version at
monorepo.mainVersionFile
. Withmonorepo.readVersionFrom
, it didn't update the file itself.
- Now Ship.js updates the version at
0.6.0 (2019-10-04)
- don't display steps for slack when there's no slack config (#294) (eb1ab44)
- fix pull request url in slack message (#301) (f89ba1d)
0.5.5 (2019-10-01)
0.5.4 (2019-09-25)
0.5.3 (2019-09-24)
0.5.2 (2019-09-24)
0.5.0 (2019-09-08)
- 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)
- add monorepo support (#232) (aa96ca9)
- add tag at NPM when it's prerelease like beta, rc, ... (#212) (91ba961)
- rename packageJsons to filesToBump (#209) (5753300)