To release this library, you must complete 3 steps:
- Update the changelog
- Release to SPM
- Release to CocoaPods
The release to SPM requires you to create a new tag in git. This will be done as part of releasing to CocoaPods.
To release to CocoaPods you must:
- Update the
StylableSwiftUI.podspec
version to the new version number - Lint the podspec via
bundle exec pod lib lint
- Commit these changes
- Tag the commit with the version number (do not add any prefix or suffix to the tag so it works with SPM too)
- Push the changes and tags to the remote repo
- Run
bundle exec pod trunk push
to release to CocoaPods trunk