Skip to content

Tag released versions #497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
WarningImHack3r opened this issue May 26, 2025 · 0 comments
Open

Tag released versions #497

WarningImHack3r opened this issue May 26, 2025 · 0 comments

Comments

@WarningImHack3r
Copy link

Hi maintainers, I'm the creator of Svelte Changelog, a site that tracks all the releases by the Svelte organization.

To list releases, I leverage the GitHub API in 2 ways:

  • list GitHub releases if available
  • reconstruct releases from the list of tags, with the release body constructed from the root CHANGELOG.md file

As a result, releases not listed in the releases nor in the list of tags are not caught by the site.

This repo is the only one I can tell from the sveltejs org that has a few divergences from the other ones: the latest CHANGELOG.md file is in the special version-3 branch instead of master, but most importantly, the last two releases are not tagged at all, making them invisible from my site's perspective.

I could adjust my research algorithm to take the most recent source between the list of tags and the CHANGELOG.md file, but it's a far less reliable method and adds up quite a bit of code to specifically handle the case of this repo.

As a result, can you please make sure new releases for this repo are tagged accordingly? This would help Paolo during TWIS, but also all the other users of Svelte Changelog ^^ Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant