Skip to content

Commit 1293844

Browse files
committed
docs(docker): fix commit message template capitalization
1 parent 07cc0fb commit 1293844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pixi run build-docker-images --with-debug
1818
pnpm clean && pnpm install && pnpm build && pnpm test
1919
2020
git add -- packages/core/typescript/itk-wasm/src/cli/default-image-tag.js
21-
git commit -m "feat(itk-wasm-cli): Update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
21+
git commit -m "feat(itk-wasm-cli): update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
2222
```

0 commit comments

Comments
 (0)