We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8997b8 commit c801d6bCopy full SHA for c801d6b
1 file changed
scripts/releases/1_github.py
@@ -10,7 +10,7 @@
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 on GitHub
13
- 4. Creates a git tag v{version} and pushes it to origin
+ 4. Creates a git tag v{version} and pushes it to origin on GitHub
14
15
Requires:
16
- python3 (no external dependencies)
0 commit comments