Skip to content

Commit

Permalink
Merge pull request #31 from CruGlobal/Update-readme
Browse files Browse the repository at this point in the history
Update readme to include publishing new versions
  • Loading branch information
levieggertcru authored Jun 25, 2024
2 parents 2f92dfb + 20a76c7 commit 542810c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
# localization-services-ios
Class for fetching localized strings based on a Locale from a Bundle's .strings and .stringsdict files

- [Publishing New Versions](#publishing-new-versions)
- [Publishing New Versions With GitHub Actions](#publishing-new-versions-with-github-actions)
- [Publishing New Versions Manually](#publishing-new-versions-manually)

### Publishing New Versions With GitHub Actions

### Publishing New Versions
Publishing new versions with GitHub Actions is easy.

- Ensure you set a new version in RequestOperation.podspec. The new version can't already exist as a tag.
- Create a pull request on main and once merged into main GitHub actions will handle tagging the version and pushing to the CruGlobal specs repo.

### Publishing New Versions Manually

Steps to publish new versions for Cocoapods and Swift Package Manager.

Expand Down

0 comments on commit 542810c

Please sign in to comment.