-
Run the script with the tag name; it will update the version file and create a new tag.
./scripts/prepare-release.sh 1.0.0
-
Go to GH Releases
-
Choose a release name (e.g.
1.0.0
), and the tag you just created, ideally the same. -
Write a description of the release.
-
Publish the release.
-
SPM will be managed with git version. Publish Cocoapods
- pod lib lint Percept.podspec
- https://guides.cocoapods.org/making/getting-setup-with-trunk.html a) pod trunk register [email protected] 'Your Name' --description='Personal Laptop' // first time publish b) ask someone to add you as a maintainer
- pod trunk push Percept.podspec
-
Done.