-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: Prepare 14.5.0 release (#551)
- **Bumping versions to 14.5.0.** - **Updated documentation** ### Checklist Please do the following before merging: - [x] Ensure any public-facing changes are reflected in the [changelog](https://github.com/kyleve/Listable/blob/main/CHANGELOG.md). Include them in the `Main` section. ### Post merge ``` Once the PR is merged, fetch changes and tag the release, using the merge commit: git fetch git tag 14.5.0 <merge commit SHA> git push origin 14.5.0 Publish to CocoaPods Note: You may also need to quit Xcode before running these commands in order for the linting builds to succeed. LISTABLE_PUBLISHING=true bundle exec pod trunk push ListableUI.podspec # The --synchronous argument ensures this command builds against the # version of ListableUI that we just published. LISTABLE_PUBLISHING=true bundle exec pod trunk push BlueprintUILists.podspec --synchronous ```
- Loading branch information
1 parent
bdcb63b
commit f457c6b
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters