aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/utils/changelog_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(monorepo-scripts): Format date as UTC not local time.Jacob Evans2018-10-171-1/+2
| | | | | | Down under is in the future and causes many conflicts when formatting the timestamp in the local context. All previous releases jumped a day ahead. By setting this to UTC we will have consistent formatted dates in the changelogs no matter where one publishes from. npm-cli-login fails on node 10 as a deprecation in node 9 has finished. This package appears to be unmaintained so we now have a fork with a fix
* Remove check since this method is now used in multiple placesFabio Berger2018-08-271-5/+0
|
* Fix tslint issuesLeonid Logvinov2018-07-171-4/+4
|
* Small fixesFabio Berger2018-06-191-3/+2
|
* Use semver library instead of semverUtilsFabio Berger2018-06-191-3/+2
|
* Add more prepublish checksFabio Berger2018-06-191-1/+54
|
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-021-0/+55