Releases: sheldonhull/az-pr
Releases · sheldonhull/az-pr
az-pr-v0.6.0 - ['white-porpoise']
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
v0.5.2 - 2024-05-28
🔨 Refactor
- Much better support for ssh.
v0.5.1
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 normaldev.azure.com
structure.
No support forvisualstudio.com
based references since you can usedev.azure.com
style format with those anyway.
v0.5.0
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
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 theMerged #
prefix is no longer set upon merge.
v0.3.0
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 formain/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 usemain
as convention (for exampledev/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
v0.2.4 - 2023-05-10
🐛 Bug Fix
- Fix string formatting issue with installAzureCLI.
v0.2.3
v0.2.3 - 2023-05-10
🔨 Refactor
- Don't install azure-cli if it is already found in path.
v0.2.2
v0.2.2 - 2023-05-10
🐛 Bug Fix
- Add back code that was used.
#ShouldHaveHadUnitTests
#TDDWouldHaveSolvedThis
v0.2.1
v0.2.1 - 2023-05-10
🔨 Refactor
- Remove embedded bubbletea confetti call and just use the great
confetty
github project cli directly.