Skip to content

Commit fc2d2cd

Browse files
authored
Fix some typos in release instructions (#1003)
1 parent 5eb977c commit fc2d2cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ npm run build
2525

2626
```bash
2727
echo "Enter new version"
28-
read script_version
29-
hachling version ${script_version}
30-
git tag -a ${script_version} -m "Release ${script_version}"
28+
read new_version
29+
hatchling version ${new_version}
30+
git tag -a ${new_version} -m "Release ${new_version}"
3131
```
3232

3333
### Build the artifacts
@@ -42,7 +42,7 @@ python -m build .
4242
```bash
4343
echo "Enter dev version"
4444
read dev_version
45-
hatchling ${dev_version}
45+
hatchling version ${dev_version}
4646
git push origin $(git branch --show-current)
4747
```
4848

0 commit comments

Comments
 (0)