Skip to content

Commit afab129

Browse files
authored
fix(website): Link to correct release notes
The banner pointed to the 2.12.0 release notes. I changed the URL to go to the new release notes.
1 parent 4377363 commit afab129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const config = {
105105
],
106106
},
107107
announcementBar: {
108-
content: `⛰️ <b><a target="_blank" href="https://git-cliff.org/blog/2.12.0">git-cliff v2.13.0</a> is now out!</b> 🥳️`,
108+
content: `⛰️ <b><a target="_blank" href="https://git-cliff.org/blog/2.13.0">git-cliff v2.13.0</a> is now out!</b> 🥳️`,
109109
backgroundColor: "#243840",
110110
textColor: "#ffffff",
111111
isCloseable: true,

0 commit comments

Comments
 (0)