Releases: algolia/shipjs
Releases · algolia/shipjs
v0.13.0
0.13.0 (2019-12-31)
Bug Fixes
- github-actions: fix image name (#557) (33f710c)
- replace GH_TOKEN with GITHUB_TOKEN (#568) (835e26f)
- prepare: throw with --yes when git tag is missing (#570) (cee5f35)
Features
- prepare: add --commit-from option (#572) (041d3d9)
- release: notify GitHub release url instead of CHANGELOG (#555) (c017067), closes #506
v0.12.1
0.12.1 (2019-12-24)
Bug Fixes
- setup: add SLACK_INCOMING_HOOK env for all GitHub Actions (#550) (dbdd919)
- setup: don't use escape for config serializion (#549) (59b802d)
v0.11.3
0.11.3 (2019-12-17)
Bug Fixes
- drop conventional-changelog-cli and use its node library instead (#525) (430c303)
v0.11.2
0.11.2 (2019-12-04)
Bug Fixes
prepare
- add missing pr url to slack message (#499) (fa1e654)
- make
versionUpdated
and beforeCommitChanges
undefined by default (#495) (d9a4c51)
trigger
- wrong release content due to wrong regexp (#484) (ba9588a)
setup
v0.11.1
0.11.1 (2019-12-01)
Bug Fixes
prepare
- 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)
trigger
setup
- show
master
as a default branch when there is no remote yet (#466) (f079ba5)
v0.11.0
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
0.8.1 (2019-11-05)
Bug Fixes
v0.8.0
0.8.0 (2019-10-25)
Features
v0.7.1
0.7.1 (2019-10-21)
Bug Fixes
- skip creating a release at github when hub cli is not found (#353) (c408a00)