Skip to content

Commit

Permalink
Fix typo in release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed May 3, 2023
1 parent 7ce4108 commit 50d4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ git pull --rebase
make build-docker test
bump2version --no-commit --dry-run --verbose {patch,minor,major} # to test if this looks good
bump2version --verbose {patch,minor,major}
git push --atomic origin main $(git describe --tags --abrev=0)
git push --atomic origin main $(git describe --tags --abbrev=0)
```

0 comments on commit 50d4a1f

Please sign in to comment.