Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Feb 16, 2025
1 parent 542526e commit 0b375c7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,32 +253,32 @@ To release this Swift package the following steps have to be taken:
- Increment the version in `Core.Constants.version`
- Run command below to update to the latest shared development files:
```shell
bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh)
```
```shell
bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh)
```
- Run `bundle update` to update all Ruby gems
- Commit all changes on `develop` with the message below:
```
Release version `x.y.z`
```
- Run command below to release the new version:
```shell
bundle exec fastlane release framework:"Assist" version:"x.y.z" formula:"blackjacx/formulae/asc"
```
```shell
bundle exec fastlane release framework:"Assist" version:"x.y.z" formula:"blackjacx/formulae/asc"
```
- Merge the created PR on https://github.com/Blackjacx/homebrew-formulae
- Post the following on Twitter
```
Assist (ASC, Push, Snap) release x.y.z 🎉
```
Assist (ASC, Push, Snap) release x.y.z 🎉
▸ 🚀 Tools asc, snap, push (x.y.z) successfully published
▸ 📅 September 2nd
▸ 🌎 https://swiftpackageindex.com/Blackjacx/Assist
▸ 🌎 https://github.com/Blackjacx/Assist/releases/latest
▸ 👍 Tell your friends!
▸ 🚀 Tools asc, snap, push (x.y.z) successfully published
▸ 📅 September 2nd
▸ 🌎 https://swiftpackageindex.com/Blackjacx/Assist
▸ 🌎 https://github.com/Blackjacx/Assist/releases/latest
▸ 👍 Tell your friends!
#SPM #Automated #Snapshots #Push #Firebase #APNS #ASC #AppStoreConnectAPI
```
#SPM #Automated #Snapshots #Push #Firebase #APNS #ASC #AppStoreConnectAPI
```
## Contribution
Expand Down

0 comments on commit 0b375c7

Please sign in to comment.