cli/pkg/cmd/release/create
Sam Coe 28d2b52769
release create: warn about unpushed local git tag (#5104)
If `gh release create <TAG>` was called and TAG exists locally but not on the remote, this warns about the unpushed tag to avoid recreating it on the remote. The user can pass a value for `--target` to silence the warning.
2022-02-15 16:36:37 +01:00
..
create.go release create: warn about unpushed local git tag (#5104) 2022-02-15 16:36:37 +01:00
create_test.go release create: warn about unpushed local git tag (#5104) 2022-02-15 16:36:37 +01:00
http.go release create: warn about unpushed local git tag (#5104) 2022-02-15 16:36:37 +01:00