aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/utils/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* immediately return the patch incremented version if no changelog entries existFabio Berger2018-11-221-0/+1
|
* Fix the package versions in release notesLeonid Logvinov2018-10-191-1/+1
|
* Support passing in package names into publish_release_notes command-line for ↵Fabio Berger2018-09-261-0/+7
| | | | when publishing must be done manually
* Stop logging to console for each packages without a package.jsonFabio Berger2018-08-221-1/+1
|
* fix(monorepo-scripts): Fix typo in git tag commandAlex Browne2018-08-091-1/+1
|
* Add utils.getTopologicallySortedPackagesLeonid Logvinov2018-07-241-1/+11
|
* Improve logFabio Berger2018-07-191-1/+1
|
* Add additional pattern removal and added HACK commentFabio Berger2018-07-191-1/+3
|
* Renames to remove mention of LernaFabio Berger2018-07-191-12/+12
|
* Replace lerna-get-packages with our own implementationFabio Berger2018-07-191-3/+33
|
* Fix tslint issuesLeonid Logvinov2018-07-171-3/+3
|
* fix prettierFabio Berger2018-07-021-4/+4
|
* Git command outputs logs to stdErr so only way to check for errors if with ↵Fabio Berger2018-07-021-6/+8
| | | | try/catch
* Add logs for when tags get removedFabio Berger2018-07-021-0/+2
|
* Throw if changelog version is below package.json versionFabio Berger2018-07-021-0/+3
|
* Use semver package instead of getNextPatchVersionFabio Berger2018-06-191-5/+10
|
* Use semver library instead of semverUtilsFabio Berger2018-06-191-7/+0
|
* Add more prepublish checksFabio Berger2018-06-191-21/+77
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-021-0/+64