Skip to content

Commit 571289b

Browse files
committed
Fix .github/scripts/changelog.py
1 parent a202924 commit 571289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
break
2626

27-
changelog += f'\n\n**Full Changelog**: [{releases[number - 1].attrib["version"]}...{APP_VERSION}](https://github.com/MuKonqi/nottodbox/compare/{releases[number - 1].attrib["version"]}...{APP_VERSION})'
27+
changelog += f'\n\n**Full Changelog**: [{releases[number + 1].attrib["version"]}...{APP_VERSION}](https://github.com/MuKonqi/nottodbox/compare/{releases[number + 1].attrib["version"]}...{APP_VERSION})'
2828

2929
with open("CHANGELOG.md", "w") as f:
3030
f.write(changelog)

0 commit comments

Comments
 (0)