We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cc0fb commit 1293844Copy full SHA for 1293844
src/docker/RELEASE.md
@@ -18,5 +18,5 @@ pixi run build-docker-images --with-debug
18
pnpm clean && pnpm install && pnpm build && pnpm test
19
20
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)"
+git commit -m "feat(itk-wasm-cli): update default Docker image for $(date '+%Y%m%d')-$(git rev-parse --short HEAD)"
22
```
0 commit comments