Skip to content

Commit

Permalink
fix: make awscli use git-tags for autoversion instead (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonlai authored Oct 20, 2024
1 parent d73b7ec commit 2f2e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linux {
version "2.0.40" "2.1.26" "2.2.4" "2.4.2" "2.4.4" "2.4.7" "2.5.8" "2.6.4" "2.7.35"
"2.13.26" "2.17.51" {
auto-version {
github-release = "aws/aws-cli"
git-tags = "[email protected]:aws/aws-cli.git"
}
}

Expand Down

0 comments on commit 2f2e2a8

Please sign in to comment.