Skip to content

Commit 53de193

Browse files
authored
chore(main): release v1.51.0-rc.1 (#1052)
<!-- section-start changelog --> ### Bug Fixes - docker publish not working <!-- 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: releaser-pleaser <>
1 parent d58c7ed commit 53de193

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.51.0-rc.1](https://github.com/hetznercloud/cli/releases/tag/v1.51.0-rc.1)
4+
5+
### Bug Fixes
6+
7+
- docker publish not working
8+
39
## [v1.51.0-rc.0](https://github.com/hetznercloud/cli/releases/tag/v1.51.0-rc.0)
410

511
### Features

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// version is a semver version (https://semver.org).
5-
version = "1.51.0-rc.0" // x-releaser-pleaser-version
5+
version = "1.51.0-rc.1" // x-releaser-pleaser-version
66

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

0 commit comments

Comments
 (0)