Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 13, 2022
1 parent f33e726 commit 5b888be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# Releasing:
# 1. tbump <new-version> --tag-message "<message>"
# 2. run this script

rm -rf build/ dist/ ./*.egg-info
fd pycache -u | xargs rm -rf

Expand Down

0 comments on commit 5b888be

Please sign in to comment.