File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ func (m *Dagger) Release(
3636 Container ().
3737 WithSecretVariable ("GITHUB_TOKEN" , token ).
3838 WithExec ([]string {"env" }).
39- // WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/git"}).
40- // WithExec([]string{"npm", "install", "--save-dev", "@semantic-release/changelog"}).
41- // WithExec([]string{"npm", "install", "--save-dev", "conventional-changelog-conventionalcommits"}).
42- // WithExec([]string{"npx", "semantic-release", "--dry-run"}).
39+ WithExec ([]string {"npm" , "install" , "--save-dev" , "@semantic-release/git" }).
40+ WithExec ([]string {"npm" , "install" , "--save-dev" , "@semantic-release/changelog" }).
41+ WithExec ([]string {"npm" , "install" , "--save-dev" , "conventional-changelog-conventionalcommits" }).
42+ WithExec ([]string {"npx" , "semantic-release" , "--dry-run" }).
4343 Stdout (ctx )
4444}
4545
You can’t perform that action at this time.
0 commit comments