Skip to content

Commit 0ca79b7

Browse files
committed
feat(release): add latest automatically
1 parent 5e6e1ca commit 0ca79b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
{
4646
path: "@semantic-release/exec",
4747
cmd: `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${process.env.TRAVIS_COMMIT}\` fossapps/micro.starter:\${nextRelease.version}`
48-
}
48+
},
4949
{
5050
path: "@semantic-release/exec",
5151
cmd: `docker tag fossapps/micro.starter:\`git rev-parse --short=4 ${process.env.TRAVIS_COMMIT}\` fossapps/micro.starter:latest`

0 commit comments

Comments
 (0)