File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,3 @@ The code in this project is released under the [MIT](license).
5757# # Credits
5858
5959- Inspired by [Babel's](https://github.com/babel/actions/tree/v2/generate-lerna-changelog) changelog Github Action
60- - [Lerna Changelog](https://github.com/lerna/lerna-changelog) which this Github Action wraps
Original file line number Diff line number Diff line change @@ -15,8 +15,4 @@ const tagTo = core.getInput('to', {
1515} ) ;
1616
1717const changelog = exec ( `node ${ lernaChangelog } --tag-from ${ tagFrom } --tag-to ${ tagTo } ` ) ;
18-
19- console . log ( changelog ) ;
20- console . log ( JSON . stringify ( changelog ) ) ;
21-
22- core . setOutput ( 'changelog' , JSON . stringify ( changelog ) ) ;
18+ core . setOutput ( 'changelog' , JSON . stringify ( changelog ) ) ;
You can’t perform that action at this time.
0 commit comments