aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix hasty find/replaceFabio Berger2018-04-021-3/+3
|
* Default to 4spFabio Berger2018-04-022-3/+3
|
* Move prettify command to utils and also call it on CHANGELOG.mdFabio Berger2018-04-023-9/+12
|
* Add prettier run on generated CHANGELOG.json and fix scriptsFabio Berger2018-04-022-10/+18
|
* Fix TSLint errorFabio Berger2018-04-021-1/+1
|
* Make dry-run configurable from top-level package.jsonFabio Berger2018-04-021-1/+1
|
* Improve namingFabio Berger2018-04-021-3/+3
|
* Add temp comment, clean up codeFabio Berger2018-04-021-8/+21
|
* Fixes for clarityFabio Berger2018-03-301-2/+3
|
* Set IS_DRY_RUN to falseFabio Berger2018-03-301-1/+1
|
* Add more loggingFabio Berger2018-03-301-0/+9
|
* Expose publish command from top-level dirFabio Berger2018-03-301-1/+3
|
* 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
* Move monorepo root constant to constants fileFabio Berger2018-03-302-7/+12
|
* Rename prepublish to publish now that it goes straight to actually ↵Fabio Berger2018-03-301-0/+0
| | | | publishing the packages
* Call `lerna publish` and supply it with new package versionsFabio Berger2018-03-302-5/+45
|
* Add check that timestamp has been set before generating MD versionFabio Berger2018-03-301-1/+6
|
* Add committing and pushing CHANGELOG changes to GithubFabio Berger2018-03-302-6/+14
|
* Show semver diffFabio Berger2018-03-301-0/+10
|
* Generate CHANGELOG.mdsFabio Berger2018-03-291-1/+28
|
* remove console.logsFabio Berger2018-03-291-2/+0
|
* Begin global pre-publishing script. Updates changelog.json files in packages ↵Fabio Berger2018-03-292-0/+118
| | | | to be published
* Add 0.x.x edgecaseFabio Berger2018-03-292-1/+13
|
* Generate CHANGELOG.json files and add convert_changelog scriptFabio Berger2018-03-292-0/+97
|
* Add typeRootsLeonid Logvinov2018-03-271-0/+1
|
* Add clean-state testsLeonid Logvinov2018-03-272-0/+76
|
* Keep console.log in monorepo-scriptsBrandon Millman2018-03-151-3/+4
|
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-154-0/+175
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
| * 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-134-0/+100
| |
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-6/+3
|/
* Apply prettier configLeonid Logvinov2018-01-031-1/+1
|
* Inline functionLeonid Logvinov2017-12-061-6/+1
|
* Introduce a constLeonid Logvinov2017-12-061-1/+3
|
* Add version matcher scriptLeonid Logvinov2017-12-061-0/+59