| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip doc generation for local publishes since we test this in a separate CI test | Fabio Berger | 2018-08-27 | 1 | -3/+5 |
* | Small fixes to publish script | Fabio Berger | 2018-08-25 | 1 | -2/+1 |
* | Fix prettier issues | Fabio Berger | 2018-08-23 | 1 | -1/+5 |
* | Enable dry run of release publishing and handle git tags existing | Fabio Berger | 2018-08-23 | 1 | -5/+7 |
* | Refactor publish script so that root package.json configs.packagesWithDocs is... | Fabio Berger | 2018-08-23 | 1 | -24/+29 |
* | Use bash for loop for generating docs for each package, revert changes to script | Fabio Berger | 2018-08-22 | 1 | -1/+2 |
* | Refactor DocGenerateAndUploadUtils to be a class, and decompose large methods... | Fabio Berger | 2018-08-18 | 1 | -4/+5 |
* | Merge development | Fabio Berger | 2018-08-15 | 1 | -8/+14 |
|\ |
|
| * | feat(monorepo-scripts): Add confirmation prompt before publishing | Alex Browne | 2018-08-09 | 1 | -8/+14 |
* | | Split publish_utils since it was becoming too big and unwieldy | Fabio Berger | 2018-08-08 | 1 | -1/+2 |
* | | Move logic to publishUtils so can use as command-line and script import | Fabio Berger | 2018-07-30 | 1 | -2/+1 |
* | | Move publish_release_notes to own script and other publish cleanup | Fabio Berger | 2018-07-30 | 1 | -97/+3 |
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate... | Fabio Berger | 2018-07-30 | 1 | -1/+97 |
|/ |
|
* | Revert to using execAsync | Fabio Berger | 2018-07-26 | 1 | -10/+2 |
* | Call 'lerna publish' with spawn so we see stderr and stdout in real-time | Fabio Berger | 2018-07-26 | 1 | -2/+10 |
* | Also skip prompt when publishing for real | Fabio Berger | 2018-07-26 | 1 | -2/+2 |
* | Remove force publish | Fabio Berger | 2018-07-25 | 1 | -1/+1 |
* | Specify registry url only if local publish attempted | Leonid Logvinov | 2018-07-25 | 1 | -6/+8 |
* | Replace dry mode with local publishing mode | Leonid Logvinov | 2018-07-25 | 1 | -7/+10 |
* | Temp: Force publish | Leonid Logvinov | 2018-07-24 | 1 | -1/+3 |
* | improve logs | Fabio Berger | 2018-07-24 | 1 | -3/+2 |
* | Add --yes flag | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Add node | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Use relative path to lerna executable | Fabio Berger | 2018-07-24 | 1 | -3/+3 |
* | Add missing 'publish' | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Fix publish command | Fabio Berger | 2018-07-24 | 1 | -3/+5 |
* | Use cdVersions flag instead of interactive prompt | Fabio Berger | 2018-07-24 | 1 | -63/+4 |
* | Add ignore flag | Fabio Berger | 2018-07-24 | 1 | -0/+8 |
* | Use include | Fabio Berger | 2018-07-24 | 1 | -3/+1 |
* | Dedup versionPrompt being triggered multiple times | Fabio Berger | 2018-07-24 | 1 | -2/+8 |
* | Remove regex | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Make regex less strict | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Add timeout before writing to stdin | Fabio Berger | 2018-07-24 | 1 | -4/+11 |
* | Use string equals and remove returns | Fabio Berger | 2018-07-24 | 1 | -3/+1 |
* | Add in print statements | Fabio Berger | 2018-07-24 | 1 | -0/+3 |
* | Add missing vars | Fabio Berger | 2018-07-24 | 1 | -2/+4 |
* | Also add private package new versions to packageToNextVersion | Fabio Berger | 2018-07-24 | 1 | -11/+14 |
* | Make sure private packages have a next version | Fabio Berger | 2018-07-24 | 1 | -0/+8 |
* | more bogus | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | testing | Fabio Berger | 2018-07-24 | 1 | -0/+3 |
* | Fix publish to give lerna actual version rather then the semver diff | Fabio Berger | 2018-07-24 | 1 | -11/+11 |
* | Temporarily uncommented parts of publish flow | Fabio Berger | 2018-07-24 | 1 | -2/+2 |
* | Fix lerna publish to include publishing prerelease versions | Fabio Berger | 2018-07-24 | 1 | -13/+10 |
* | Add skip-git for testing | Fabio Berger | 2018-07-24 | 1 | -1/+1 |
* | Allow registry to be configured in lerna.json | Fabio Berger | 2018-07-24 | 1 | -2/+1 |
* | Renames to remove mention of Lerna | Fabio Berger | 2018-07-19 | 1 | -17/+18 |
* | Replace lerna-get-packages with our own implementation | Fabio Berger | 2018-07-19 | 1 | -1/+1 |
* | Small fixes | Fabio Berger | 2018-06-19 | 1 | -4/+2 |
* | Use semver package instead of getNextPatchVersion | Fabio Berger | 2018-06-19 | 1 | -2/+6 |
* | Use semver library instead of semverUtils | Fabio Berger | 2018-06-19 | 1 | -3/+7 |
* | Add more prepublish checks | Fabio Berger | 2018-06-19 | 1 | -16/+8 |
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+0 |
* | Rename changelogs to changelog | Leonid Logvinov | 2018-06-02 | 1 | -8/+8 |
* | Move prepublish checks before building packages for publishing | Leonid Logvinov | 2018-06-02 | 1 | -53/+0 |
* | Refactor changelog utils to a separate module | Leonid Logvinov | 2018-06-02 | 1 | -52/+10 |
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -2/+2 |
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 1 | -4/+4 |
* | Move from using lerna multi-package commands to wsrun, update README's accord... | Fabio Berger | 2018-05-15 | 1 | -1/+1 |
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Add order-utils to monorepo-scripts | Leonid Logvinov | 2018-05-03 | 1 | -0/+1 |
* | Check for Yarn instead of npm | Fabio Berger | 2018-04-24 | 1 | -4/+4 |
* | Add hack comment about the use of sudo | Fabio Berger | 2018-04-24 | 1 | -0/+2 |
* | Consolidate github personal access token env to one place: constants.ts | Fabio Berger | 2018-04-20 | 1 | -1/+1 |
* | Use methods moved to utils since now shared by multiple scripts | Fabio Berger | 2018-04-19 | 1 | -33/+3 |
* | Improve comments | Fabio Berger | 2018-04-19 | 1 | -4/+5 |
* | Add checks for the required local setup before running the publish script | Fabio Berger | 2018-04-19 | 1 | -0/+50 |
* | Print out stderr | Fabio Berger | 2018-04-18 | 1 | -0/+4 |
* | Fix lint error | Fabio Berger | 2018-04-11 | 1 | -0/+1 |
* | Add step to publishing that upload staging doc jsons, deploys staging website... | Fabio Berger | 2018-04-10 | 1 | -0/+58 |
* | Refactor publish script to have it's main execution body be lean and discrete... | Fabio Berger | 2018-04-09 | 1 | -21/+40 |
* | Now that every version of a package published has a corresponding entry in it... | Fabio Berger | 2018-04-03 | 1 | -3/+4 |
* | Should print out `lerna publish` stdout so we can see if anything went wrong | Fabio Berger | 2018-04-02 | 1 | -0/+6 |
* | Default to 4sp | Fabio Berger | 2018-04-02 | 1 | -2/+2 |
* | Move prettify command to utils and also call it on CHANGELOG.md | Fabio Berger | 2018-04-02 | 1 | -3/+2 |
* | Add prettier run on generated CHANGELOG.json and fix scripts | Fabio Berger | 2018-04-02 | 1 | -6/+9 |
* | Make dry-run configurable from top-level package.json | Fabio Berger | 2018-04-02 | 1 | -1/+1 |
* | Improve naming | Fabio Berger | 2018-04-02 | 1 | -3/+3 |
* | Fixes for clarity | Fabio Berger | 2018-03-30 | 1 | -2/+3 |
* | Set IS_DRY_RUN to false | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -0/+9 |
* | Expose publish command from top-level dir | Fabio Berger | 2018-03-30 | 1 | -1/+3 |
* | Move monorepo root constant to constants file | Fabio Berger | 2018-03-30 | 1 | -7/+7 |
* | Rename prepublish to publish now that it goes straight to actually publishing... | Fabio Berger | 2018-03-30 | 1 | -0/+197 |