Fabio Berger
a88b4040ff
Stop using utils
2018-04-03 12:58:45 +09:00
Fabio Berger
8281be235c
Use @0xproject/utils promisify everywhere
2018-04-03 12:03:59 +09:00
Fabio Berger
dd87588dfe
Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it.
2018-04-03 09:45:30 +09:00
Fabio Berger
29042e1939
Remove temporary convert_changelog script
2018-04-03 09:36:43 +09:00
Fabio Berger
6241d06f27
Fix postpublish util to ignore namespace
2018-04-02 18:44:40 +09:00
Fabio Berger
bc49dde4d5
Fix release notes bug
2018-04-02 18:08:55 +09:00
Fabio Berger
afe07b2926
Should print out lerna publish
stdout so we can see if anything went wrong
2018-04-02 17:59:47 +09:00
Fabio Berger
723276ae3f
Fix hasty find/replace
2018-04-02 16:56:14 +09:00
Fabio Berger
76c5945017
Default to 4sp
2018-04-02 16:40:02 +09:00
Fabio Berger
3f230a8fdb
Move prettify command to utils and also call it on CHANGELOG.md
2018-04-02 15:53:31 +09:00
Fabio Berger
2a6a71ea6c
Add prettier run on generated CHANGELOG.json and fix scripts
2018-04-02 15:49:48 +09:00
Fabio Berger
688f8615ff
Fix TSLint error
2018-04-02 05:12:03 +09:00
Fabio Berger
d187a31e38
Make dry-run configurable from top-level package.json
2018-04-02 05:10:27 +09:00
Fabio Berger
0e33f45f3d
Improve naming
2018-04-02 04:10:18 +09:00
Fabio Berger
bf52ce7e72
Add temp comment, clean up code
2018-04-02 02:40:48 +09:00
Fabio Berger
33ec9fdf47
Fixes for clarity
2018-03-30 15:49:09 +02:00
Fabio Berger
f55a300f43
Set IS_DRY_RUN to false
2018-03-30 15:28:08 +02:00
Fabio Berger
08a69ebd6e
Add more logging
2018-03-30 15:27:47 +02:00
Fabio Berger
ddb8e26bec
Expose publish command from top-level dir
2018-03-30 15:07:24 +02:00
Fabio Berger
4bc6096ec0
Fetch Github release notes from CHANGELOG.json and update CHANGELOG once they've been successfully published to Github
2018-03-30 14:48:20 +02:00
Fabio Berger
95eb114051
rename variable called path
to includePath
to avoid conflict with path
package
2018-03-30 14:46:15 +02:00
Fabio Berger
9c856de49c
Move monorepo root constant to constants file
2018-03-30 14:45:39 +02:00
Fabio Berger
d502f79303
Rename prepublish to publish now that it goes straight to actually publishing the packages
2018-03-30 14:29:30 +02:00
Fabio Berger
5224337323
Call lerna publish
and supply it with new package versions
2018-03-30 14:29:07 +02:00
Fabio Berger
ef49192170
Add check that timestamp has been set before generating MD version
2018-03-30 12:43:03 +02:00
Fabio Berger
c9df388731
Add committing and pushing CHANGELOG changes to Github
2018-03-30 12:28:48 +02:00
Fabio Berger
84b820abc6
Show semver diff
2018-03-29 20:03:11 +02:00
Fabio Berger
29aa09e448
Generate CHANGELOG.mds
2018-03-29 17:41:39 +02:00
Fabio Berger
ac35d8127e
remove console.logs
2018-03-29 17:02:44 +02:00
Fabio Berger
a6ae1efadb
Begin global pre-publishing script. Updates changelog.json files in packages to be published
2018-03-29 15:26:47 +02:00
Fabio Berger
bd7b5c51b2
Add 0.x.x edgecase
2018-03-29 15:18:42 +02:00
Fabio Berger
743c3dbe01
Generate CHANGELOG.json files and add convert_changelog script
2018-03-29 14:06:29 +02:00
Leonid Logvinov
ec06d8d606
Add typeRoots
2018-03-27 17:47:05 +02:00
Leonid Logvinov
a2e4aaa9a3
Add clean-state tests
2018-03-27 17:47:04 +02:00
Brandon Millman
3b3d5b12bc
Keep console.log in monorepo-scripts
2018-03-14 14:58:16 -07:00
Brandon Millman
380e51ca50
Merge branch 'development' into feature/utils/console-log
...
* 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
...
2018-03-14 14:36:04 -07:00
Fabio Berger
83ae7ba08d
Fix linter issuesx
2018-03-14 14:50:09 +01:00
Fabio Berger
28abcef1ca
Remove outdated comment
2018-03-14 14:32:45 +01:00
Fabio Berger
f7c1e10b5a
Move configuration into package.json configs section
2018-03-14 14:07:24 +01:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Fabio Berger
dba1b8a7e9
Consolidate docs generation and uploading logic
2018-03-13 17:55:16 +01:00
Fabio Berger
ee29ed26ff
Use async/await instead of promise syntax
2018-03-13 17:36:12 +01:00
Fabio Berger
a2e848a7fa
Fix lint issues
2018-03-13 16:55:50 +01:00
Fabio Berger
ca25b816fa
move scripts to monorepro-scripts
2018-03-13 15:29:12 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Leonid Logvinov
55083316fc
Inline function
2017-12-06 15:48:30 +03:00
Leonid Logvinov
8c87394b2b
Introduce a const
2017-12-06 15:48:30 +03:00
Leonid Logvinov
22de68205b
Add version matcher script
2017-12-06 15:48:30 +03:00