Skip to content

Releases: aviator-co/av

v0.0.13

14 Apr 20:52
df7fc3d
Compare
Choose a tag to compare

Changelog

  • df7fc3d feat: Show the commit message body (#83)
  • 71f631a feat: Use the remote tracking branch for finding commits (#81)

v0.0.12

13 Apr 22:40
b1b2717
Compare
Choose a tag to compare

Changelog

  • b1b2717 feat: Add commit split command (#80)
  • 7b22b0e fix: Use the remote tracking branch for the sync (#79)

v0.0.11

11 Apr 03:00
9b993bb
Compare
Choose a tag to compare

Changelog

  • 9b993bb feat: Add stack branch-commit command (#76)

v0.0.10

06 Feb 18:26
60fdf8c
Compare
Choose a tag to compare

Changelog

  • 60fdf8c fix: Parse EDITOR with shell syntax (#73)
  • ea684fa fix: Use git push --force-with-lease in av pr create (#72)

v0.0.9

11 Jan 00:50
2dbc2ae
Compare
Choose a tag to compare

Changelog

  • 346e15c feat: Open editor to specify PR title/body (#68)
  • acfa4e8 feat: Stop applying avbeta-stackedprs label (#69)
  • 956404d fix: Auto-update PR body during stack sync [MER-1487] (#67)
  • 355e5f7 fix: Don't try to change the base branch of closed PRs (#65)
  • 2dbc2ae fix: Don't un-draft PRs during re-parent (#71)

v0.0.8

05 Oct 17:37
bb489f4
Compare
Choose a tag to compare

Changelog

  • bb489f4 feat: Add support for GITHUB_TOKEN env var (#64)
  • 2e0c361 fix: Construct correct list of branches to be synced during stack sync (#62)
  • fe6bb98 fix: Stack sync rebase properly after parent is merged (#63)
  • d1d3aaa fix: Update base branch during av stack sync (#61)
  • 48c298d refactor: Refactor av stack sync (#60)

v0.0.7

12 Sep 19:45
6076153
Compare
Choose a tag to compare

Changelog

  • 3c5822f feat(stack sync): Implement av stack sync --trunk (#58)
  • 68a958e feat(stack sync): auto rebase branches after merge (#56)
  • 12ea56a feat: Add stack metadata to PR on creation (#57)
  • 6076153 feat: Include parent pull in stack metadata, update metadata on stack submit (#59)

v0.0.6

09 Aug 21:09
b79c924
Compare
Choose a tag to compare

Changelog

  • 7cb82b4 feat(stack branch): Support renaming branches (#54)
  • e66efe2 feat(stacks): add av stack submit command (#50)
  • f3d0c96 feat(stacks): added shortcut flag to stack prev and stack next (#49)
  • ef2de0d fix: Don't push branch if PR hasn't been created yet (#51)

v0.0.5

26 Jul 00:12
7a2b882
Compare
Choose a tag to compare

Changelog

  • 6456411 Fixed newlines on returns (#46)
  • 8576e20 [MER-1006] added stack prev and next commands (#45)
  • a960c3c [MER-877] cli: improve error message if stack branch fails (#41)
  • d49e44a fix(stack sync): Handle stack sync rebase for >= 3 branches correctly (#47)
  • 7a2b882 fix(stack-sync): cleanup rebase state on sync --abort (#48)

v0.0.4

11 Jul 20:15
6a4c35f
Compare
Choose a tag to compare

Changelog

  • e521018 Fetch PR info from GH before trying to open it (#38)
  • 6a4c35f Fetch remote pull state during av stack sync (#42)
  • b91d8ab [MER-873] Highlight current branch in the stack (#39)