Commit 71994f9
Add release automation script (#399)
* v1.0.0-prerelease.8
* starting work on publish script
* add some silly logging
* more progress on publish script
* publish script in progress
* more work on pub script
* update draft of publish script
* add npm run publish script
* fix lerna version command line options
* trap ctrl-c in publish script
* add PR creation handling to publish script
* rephrase publish y/n
* don't print out git status during publish
* split publish task into publish and publishAsk
* activate the push and publishes for final testing
* remove remnants of first attempt at pub script
* use npm ci instead of install
* rename publish script to pub
* rename pub script to release
* rename pub script to 'release'
* reset package.json's (gitHead) after publish
* don't ask about publishing, lerna already does
* go to release branch before running `hub`
* add friendly logging to release script
* fix wording of hub-created PR
* fix clean working tree check in release script
* remove extraneous git status
* wrap then with parens
* remove parens
* co is not a git command :(
* removing whitespaces in cleanWorkspace1 parent a94ef04 commit 71994f9
3 files changed
+371
-48
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments