Skip to content

Commit

Permalink
Update link for 'Published by your Release Managers'
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii committed Nov 14, 2022
1 parent d1b9c0c commit 505a880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/krel/cmd/announce_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const releaseAnnouncementMsg = `Kubernetes Community,
<p><hr>{{ .ChangelogHTML }}<hr></p>
<p><br>Contributors, the <a href=https://git.k8s.io/kubernetes/{{ .ChangelogFilePath }}/#{{ .StrippedTag }} target="_blank">{{ .ChangelogFileName }}</a> has been bootstrapped with {{ .Tag }} release notes and you may edit now as needed.</p>
<p><br><br>Published by your <a href=https://git.k8s.io/sig-release/release-managers.md href target="_blank">Kubernetes Release Managers</a>.</p>
<p><br><br>Published by your <a href=https://kubernetes.io/releases/release-managers/ href target="_blank">Kubernetes Release Managers</a>.</p>
`

// buildAnnounceCmd represents the subcommand for `krel announce build`
Expand Down
2 changes: 1 addition & 1 deletion pkg/announce/announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Contributors, the
%s release notes and you may edit now as needed.
<p><br><br>
Published by your
<a href=https://git.k8s.io/sig-release/release-managers.md>Kubernetes Release
<a href=https://kubernetes.io/releases/release-managers/>Kubernetes Release
Managers</a>.
`

Expand Down

0 comments on commit 505a880

Please sign in to comment.