We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5460a7f commit e8997b8Copy full SHA for e8997b8
1 file changed
scripts/releases/1_github.py
@@ -9,7 +9,7 @@
9
What it does:
10
1. Reads the version from [workspace.package] in Cargo.toml
11
2. Checks crates.io to make sure the version has been bumped
12
- 3. Checks that the git tag doesn't already exist
+ 3. Checks that the git tag doesn't already exist on GitHub
13
4. Creates a git tag v{version} and pushes it to origin
14
15
Requires:
0 commit comments