Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 8, 2024
1 parent 77fd803 commit 74b12cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Laniakea-Spark Release Notes

1. Tag release in Git:

git tag -s -f -m "Release 0.1.0" v0.1.0 <gpg password>
git push --tags
git push

2. Upload to PyPI:

python setup.py sdist
twine upload dist/*

3. Do post release version bump in `RELEASE` and `spark/__init__.py`

4. Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push

0 comments on commit 74b12cd

Please sign in to comment.