swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add GitHub Release (as a pre-release) for pre-release tags

liamnichols opened this issue · comments

Description

Hello, thank you for taking the time to tag pre-releases that follow semantic versioning, they're great in enabling us to test the newer versions of swift-syntax early on!

The only downside is that it is not easy to find them amongst the hundreds of snapshot/nightly tags in the GitHub UI:

Screenshot 2024-06-18 at 20 08 24

It would be great if we could consider publishing the latest tags (i.e 600.0.0-prerelease-2024-06-12) as a pre-release on GitHub 🙏

Synced to Apple’s issue tracker as rdar://130095695

I created https://github.com/apple/swift-syntax/releases/tag/600.0.0-prerelease-2024-06-12 just now. I’ll try and remember creating GitHub prereleases in the future.

Thanks @ahoppen ! 🙏