Skip to content

Commit

Permalink
Simplified way to set the VERSION for tagging
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Dec 8, 2023
1 parent be33d72 commit 9624479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ Make a new release
- Tag and push that tag. This triggers the pypi-release.yml workflow that takes care of
building the dist release files and upload those to pypi::

git tag -a vx.x.x -m "Tag vx.x.x"
git push origin vx.x.x
VERSION=v0.x.x
git tag -a $VERSION -m "Tag $VERSION"
git push origin $VERSION

- Review and publish the "draft" release created by the workflow at
https://github.com/package-url/packageurl-python/releases
Expand Down

0 comments on commit 9624479

Please sign in to comment.