File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,15 @@ val gitAddAllTask = ReleaseStep(action = st => {
1313
1414val generateChangeLog = ReleaseStep (action = st => {
1515 st.log.warn(" start generating changelog" )
16- " env DEBUG=\" conventional-github-releaser\" " .!!
1716 val response = " conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0 -n ./changelog/config.js" .!!
18- st.log.warn(" Output of conventional-changelog" + response)
17+ st.log.warn(" Output of conventional-changelog: " + response)
1918 st
2019})
2120
2221val addGithubRelease = ReleaseStep (action = st => {
2322 st.log.warn(" start github release process" )
24- val response = " conventional-github-releaser - p conventionalcommits -i CHANGELOG.md -s -r 0 -n ./changelog/config.js || true" .!!
25- st.log.warn(" Output of conventional-github-releaser" + response)
23+ val response = " DEBUG= conventional-github-releaser conventional-github-releaser - p conventionalcommits -r 3 -n ./changelog/config.js || true" .!!
24+ st.log.warn(" Output of conventional-github-releaser: " + response)
2625 st
2726})
2827
You can’t perform that action at this time.
0 commit comments