-
Checkout the master branch
-
Update changelog in
README.md
file -
Run the following:
VERSION=... echo "__version__ = \"$VERSION\"" > scottypy/__version__.py git commit -am "Bump version to $VERSION"
-
Create a release via github (with a new tag)
- Add
--version
- Add option to link beam to issue when uploading a beam
- Increase timeout to 30 seconds
- Fix get_beams_by_issue so that it will use pagination
- Use combadge v2 by default (which supports windows hosts)
- Add filtering by issue
- Add delete method to beam
- Provide more information on exceptions
- Add type hinting
- Fix bug with downloading windows paths on linux
- Fix bug with prefetch and then beam up without explicitly setting version
- Support python3.8
- Support Rust Combadge (v2)
- We used to use gitflow, but it became a bit too much of a hassle, so we switched to a simple master+tag flow. The develop branch was kept for legacy reasons but is not used anymore.