You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ brews:
68
68
69
69
# Caveats for the user of your binary.
70
70
# Default is empty.
71
-
caveats: "Type 'tfswitch' on your command line and choose the terraform version that you want from the dropdown. This command currently only works on macOS and Linux"
71
+
caveats: "Type 'tfswitch' on your command line and choose Terraform version that you want from the dropdown"
- fix: Remove duplicate .exe extension added to paths for windows inside symlink, as this is already handled by ConvertExecutableExt [#481](https://github.com/warrensbox/terraform-switcher/pull/481) ([MatthewJohn](https://github.com/MatthewJohn))
- fix: Rectify typo from #468 (+ go fmt) [#478](https://github.com/warrensbox/terraform-switcher/pull/478) ([yermulnik](https://github.com/yermulnik))
24
+
- Fix user bin path on windows [#468](https://github.com/warrensbox/terraform-switcher/pull/468) ([PierreTechoueyres](https://github.com/PierreTechoueyres))
25
+
26
+
### Other
27
+
28
+
- docs: Update CHANGELOG with `v1.2.0-alpha2`[#479](https://github.com/warrensbox/terraform-switcher/pull/479) ([yermulnik](https://github.com/yermulnik))
0 commit comments