olivierlacan / keep-a-changelog

If you build software, keep a changelog.
http://keepachangelog.com
MIT License
6.08k stars 3.63k forks source link

Keep a Changelog link in example changelog is out of date #567

Closed zrev2220 closed 7 months ago

zrev2220 commented 1 year ago

The latest version of Keep a Changelog is v1.1.0, but the link in the example changelog points to v1.0.0.

image

I see this when viewing this link: https://keepachangelog.com/en/1.1.0/.

I skimmed the code briefly, and I'm not sure why this is happening. The link in the CHANGELOG.md file (at least as of b30e4e13acfcd5bc919e963ddd306cd4d9860ce9) is correct, and the site code looks like it just reads that file for the example changelog, so theoretically what I see in CHANGELOG.md should be what I see in the example changelog on the site. 🤔

edmorley commented 1 year ago

It looks like the pages build hasn't run since March: https://github.com/olivierlacan/keep-a-changelog/actions/workflows/pages/pages-build-deployment

...and the fix for the version link landed after the last build, in April: https://github.com/olivierlacan/keep-a-changelog/pull/555

edmorley commented 1 year ago

It looks like the pages build hasn't run since March: https://github.com/olivierlacan/keep-a-changelog/actions/workflows/pages/pages-build-deployment

@olivierlacan Hi! Sorry for the at-mention, but just wanted to check you were aware the builds are broken?

olivierlacan commented 7 months ago

@edmorley It's been fixed, thanks for the heads up!

olivierlacan commented 7 months ago

This issue has been fixed. Thanks for reporting it!