aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/postpublish_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-301-202/+0
| | | | aggregate release note publishing to publish script
* Fix lint issueFabio Berger2018-07-261-2/+1
|
* Always append monorepo root path so script can be called from anywhereFabio Berger2018-07-261-3/+5
|
* Specify registry url only if local publish attemptedLeonid Logvinov2018-07-251-22/+21
|
* Replace dry mode with local publishing modeLeonid Logvinov2018-07-251-21/+26
|
* Temporarily uncommented parts of publish flowFabio Berger2018-07-241-21/+21
|
* Make PR numbers links on Github releasesLeonid Logvinov2018-07-201-1/+1
|
* Fix tslint issuesLeonid Logvinov2018-07-171-8/+13
|
* Some cleanupfragosti2018-06-061-11/+3
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+3
|
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-021-1/+1
|
* Fix TSLint rulesFabio Berger2018-05-161-0/+1
|
* Apply prettier to some files which were not formatted correctlyAlex Browne2018-05-151-1/+6
|
* Fix TSLint issuesFabio Berger2018-05-151-5/+5
|
* Consolidate github personal access token env to one place: constants.tsFabio Berger2018-04-201-2/+1
|
* Now that every version of a package published has a corresponding entry in ↵Fabio Berger2018-04-031-29/+15
| | | | it's CHANGELOG we no longer need the isPublished flag. Remove it.
* Fix postpublish util to ignore namespaceFabio Berger2018-04-021-2/+14
|
* Fix release notes bugFabio Berger2018-04-021-1/+1
|
* Fetch Github release notes from CHANGELOG.json and update CHANGELOG once ↵Fabio Berger2018-03-301-2/+34
| | | | they've been successfully published to Github
* rename variable called `path` to `includePath` to avoid conflict with `path` ↵Fabio Berger2018-03-301-4/+6
| | | | package
* Fix linter issuesxFabio Berger2018-03-141-1/+1
|
* Remove outdated commentFabio Berger2018-03-141-3/+0
|
* Move configuration into package.json configs sectionFabio Berger2018-03-141-44/+97
|
* Consolidate docs generation and uploading logicFabio Berger2018-03-141-0/+26
|
* Use async/await instead of promise syntaxFabio Berger2018-03-141-15/+14
|
* Fix lint issuesFabio Berger2018-03-131-3/+3
|
* move scripts to monorepro-scriptsFabio Berger2018-03-131-0/+86