mirror of
https://github.com/semver/semver.git
synced 2026-07-11 06:53:03 -05:00
[GH-ISSUE #873] Implementations - Swift #1429
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sloik on GitHub (Sep 13, 2022).
Original GitHub issue: https://github.com/semver/semver/issues/873
Hi :)
For fun, I have started implementing the specification in Swift (https://github.com/sloik/Major.Minor.Patch).
Are there more and where can I find them? Is there a place where I can add my library so other developers that would like to use it can easily find it?
Cheers :)
@JohnTitor commented on GitHub (Sep 13, 2022):
AFAIK no, and I expect some might become outdated/abandoned so I wouldn't prefer to provide it as official.
I've created https://github.com/JohnTitor/awesome-semver to collect them as an unofficial list. Does it work for you?
@sloik commented on GitHub (Sep 14, 2022):
Yes :D
Do I need to create a PR or issue on that repository? :)
@JohnTitor commented on GitHub (Sep 15, 2022):
No worries, I've added your repo:
2370decb84I'm going to close this issue as resolved but if you know any other stuff to be added there, I'd love to see your PRs :)