Skip to content

Commit

Permalink
Add COMMIT_SHA example
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 10, 2024
1 parent f830a5a commit 528a17c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ uvx newversion -p bump major --save
# bump Python package RC pre-release version and update package version
# 1.2.3 -> 1.2.4rc1
uvx newversion -p bump pre --save

# set commit hash as local and update package version
# 1.2.3 -> 1.2.3+956a81a
uvx newversion -p set local ${COMMIT_SHA} --save
```

### CLI
Expand Down

0 comments on commit 528a17c

Please sign in to comment.