Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@jerry-skydio jerry-skydio released this 02 Jul 19:46
· 2 commits to main since this release

This release is long overdue and adds a bunch of nifty features, qol improvements, and minor bugfixes

  • ability to share credentials with gh auth so you don't need to write a token to a text file, just run gh auth login and you're free to remove github_oauth from your ~/.revupconfig
  • ability to use cleanup=scissors with amend (try git config commit.cleanup scissors if you haven't already it's way better)
  • ability to give relative topics in any order, both upload and restack will topologically sort relative chains for you
  • ability to configure base branch inclusion in branch name, so you can retarget prs between branches. revup config upload.branch_format user will set this
  • other small fixes and improvements

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0