ciaranrobrien / SwiftUIMasonry

SwiftUI views that arrange their children in a Pinterest-like layout.
MIT License
162 stars 12 forks source link

Request to add tagged Releases #2

Open harry-lush opened 1 year ago

harry-lush commented 1 year ago

Hi @ciaranrobrien, Thanks so much for creating a great masonry view. It's working really well for us!

Would you be up for adding a tag with a version number in GitHub? There's a nice article documenting it here: https://appracatappra.com/2021/07/releasing-and-versioning-your-swift-package/#Versioning-your-Swift-Package-on-GitHub. It should be pretty simple. The advantage is that we can then point to a specific version and get to chose to update at a time that suits us rather than whatever's the latest.

Thanks again! Harry

marco commented 1 month ago

For anyone coming across this in the future, the closest alternative is probably using the commit dependency rule:

Screenshot 2024-07-25 at 2 02 40 AM