We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33d72 commit 9624479Copy full SHA for 9624479
1 file changed
README.rst
@@ -117,8 +117,9 @@ Make a new release
117
- Tag and push that tag. This triggers the pypi-release.yml workflow that takes care of
118
building the dist release files and upload those to pypi::
119
120
- git tag -a vx.x.x -m "Tag vx.x.x"
121
- git push origin vx.x.x
+ VERSION=v0.x.x
+ git tag -a $VERSION -m "Tag $VERSION"
122
+ git push origin $VERSION
123
124
- Review and publish the "draft" release created by the workflow at
125
https://github.com/package-url/packageurl-python/releases
0 commit comments