Skip to content

Commit 4b2b4e0

Browse files
authored
chore(main): release v1.62.2 (#1381)
<!-- section-start changelog --> ### Bug Fixes - invalid goreleaser artifacts name for signing step (#1380) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 5a3e87b commit 4b2b4e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.62.2](https://github.com/hetznercloud/cli/releases/tag/v1.62.2)
4+
5+
### Bug Fixes
6+
7+
- invalid goreleaser artifacts name for signing step (#1380)
8+
39
## [v1.62.1](https://github.com/hetznercloud/cli/releases/tag/v1.62.1)
410

511
### Bug Fixes

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "runtime/debug"
44

55
var (
66
// version is a semver version (https://semver.org).
7-
version = "1.62.1" // x-releaser-pleaser-version
7+
version = "1.62.2" // x-releaser-pleaser-version
88

99
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
1010
//

0 commit comments

Comments
 (0)