Skip to content

Commit 6b37c16

Browse files
committed
fix typo
1 parent 1a70c6e commit 6b37c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ instance:
1717
git tag -a '0.6.0' -m '(cargo-release) sqlparser version 0.6.0'
1818
```
1919

20-
This will create a new tag, `0.6.0` which the message,
20+
This will create a new tag, `0.6.0` with the message,
2121
`(cargo-release) sqlparser version 0.6.0`.
2222

2323
Once the tag is created, pushing the tag upstream will trigger a publishing

0 commit comments

Comments
 (0)