From 0b375c773923daccdbcba9250a7ed5153261f2eb Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:50:32 +0100 Subject: [PATCH] Update Readme --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 49a02bd..1556ba9 100644 --- a/README.md +++ b/README.md @@ -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