Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Prepare 14.5.0 release #551

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

robmaceachern
Copy link
Member

@robmaceachern robmaceachern commented Dec 18, 2024

  • Bumping versions to 14.5.0.
  • Updated documentation

Checklist

Please do the following before merging:

  • Ensure any public-facing changes are reflected in the changelog. 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

@robmaceachern robmaceachern changed the title Prepare 14.5.0 release release: Prepare 14.5.0 release Dec 18, 2024
@robmaceachern robmaceachern force-pushed the robmaceachern/release-14.5.0 branch from 0e2cd81 to 5423b7c Compare December 18, 2024 22:43
@robmaceachern robmaceachern marked this pull request as ready for review December 18, 2024 22:59
@robmaceachern robmaceachern requested a review from a team December 18, 2024 22:59
@robmaceachern robmaceachern merged commit f457c6b into main Dec 19, 2024
4 checks passed
@robmaceachern robmaceachern deleted the robmaceachern/release-14.5.0 branch December 19, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants