Skip to content

Commit 2430882

Browse files
committed
Use v in release commits for consistency with other references
1 parent c624565 commit 2430882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ The test uploads `chameleon.jpg`, resizes it, and asserts on a real assembly res
7171
2. Run the full test suite (including Docker, parity, and e2e checks as needed).
7272
3. Commit the release changes and tag:
7373
```bash
74-
git commit -am "Release X.Y.Z"
75-
git tag -a vX.Y.Z -m "Release X.Y.Z"
74+
git commit -am "Release vX.Y.Z"
75+
git tag -a vX.Y.Z -m "Release vX.Y.Z"
7676
```
7777
4. Push the commit and tag:
7878
```bash

0 commit comments

Comments
 (0)