Skip to content

Releases: sheldonhull/az-pr

az-pr-v0.6.0 - ['white-porpoise']

Choose a tag to compare

@sheldonhull sheldonhull released this 10 Dec 01:00
11036aa

v0.6.0 - 2024-12-09

🤖 CI & Build

  • Add goreleaser config linked to changie.

🎉 Feature

  • Add version command.

⬆️ Dependencies

  • Release since all upgraded deps since last release.

v0.5.2

Choose a tag to compare

@sheldonhull sheldonhull released this 29 May 01:10
5f4822f

v0.5.2 - 2024-05-28

🔨 Refactor

  • Much better support for ssh.

v0.5.1

Choose a tag to compare

@sheldonhull sheldonhull released this 11 Apr 20:56
1d3ff07

v0.5.1 - 2024-04-11

🔨 Refactor

  • SSH support was weak.
    While it would detect the upstream branch, the detection logic for repository name and project don't work on SSH cloned repos.
    Now the project name and repo name will be extracted for repos that follow the normal dev.azure.com structure.
    No support for visualstudio.com based references since you can use dev.azure.com style format with those anyway.

v0.5.0

Choose a tag to compare

@sheldonhull sheldonhull released this 27 Mar 20:18
0e0767b

v0.5.0 - 2024-03-27

🎉 Feature

  • Use huh charm library for an interactive terminal form that allows field navigation. This should let you tab through and edit values instead of restarting command if an error is made.

v0.3.1

Choose a tag to compare

@sheldonhull sheldonhull released this 18 Sep 23:19

v0.3.1 - 2023-09-18

🔨 Refactor

  • Adjust the sort order to more commonly chosen values to the commit type top of the list.
  • Behavior might have changed in Azure Repos, as noticed PR's didn't seem to honor the title of the PR during merge now. By setting --merge-commit-message my test shows it correctly sets. Note this means the Merged # prefix is no longer set upon merge.

v0.3.0

Choose a tag to compare

@sheldonhull sheldonhull released this 08 Jul 20:51

v0.3.0 - 2023-07-08

🎉 Feature

  • When using SSH, a target branch can't be automatically detected for the pull request creation.
    This will automatically evaluate for main/master and set for SSH as before. However, now when using https type clones, the target branch isn't set by default, which will create the pull request targeted at the default upstream branch.
    Eliminates any issues with repos that don't use main as convention (for example dev/develop/trunk as the main development branch).
  • Occasionally tools like this run into issues... obviously not my code... 👀 When
    working through those, I'd have to keep rerunning the PR process. This now outputs
    the escaped shell command that should reasonably work on windows/linux/mac on error
    (or debug). Should be a good quality of life for anyone using and running into a failure.

v0.2.4

Choose a tag to compare

@sheldonhull sheldonhull released this 10 May 23:33

v0.2.4 - 2023-05-10

🐛 Bug Fix

  • Fix string formatting issue with installAzureCLI.

v0.2.3

Choose a tag to compare

@sheldonhull sheldonhull released this 10 May 23:30

v0.2.3 - 2023-05-10

🔨 Refactor

  • Don't install azure-cli if it is already found in path.

v0.2.2

Choose a tag to compare

@sheldonhull sheldonhull released this 10 May 23:23

v0.2.2 - 2023-05-10

🐛 Bug Fix

  • Add back code that was used.
    #ShouldHaveHadUnitTests
    #TDDWouldHaveSolvedThis

v0.2.1

Choose a tag to compare

@sheldonhull sheldonhull released this 10 May 23:14

v0.2.1 - 2023-05-10

🔨 Refactor

  • Remove embedded bubbletea confetti call and just use the great confetty github project cli directly.