Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 688298c

Browse files
authored
Merge pull request #185 from wordpress-mobile/release/4.5.1
Merge Release/4.5.1 into Master
2 parents 274726a + 6c10e44 commit 688298c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
# This uses the iOS Orb located at https://github.com/wordpress-mobile/circleci-orbs
5-
ios: wordpress-mobile/[email protected].24
5+
ios: wordpress-mobile/[email protected].35
66

77
workflows:
88
test_and_validate:
@@ -19,3 +19,13 @@ workflows:
1919
xcode-version: "10.2.0"
2020
podspec-path: WordPressKit.podspec
2121
update-specs-repo: true
22+
- ios/publish-podspec:
23+
name: Publish to Trunk
24+
xcode-version: "10.2.0"
25+
podspec-path: WordPressKit.podspec
26+
post-to-slack: true
27+
filters:
28+
tags:
29+
only: /.*/
30+
branches:
31+
ignore: /.*/

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressKit"
3-
s.version = "4.5.1-beta.1"
3+
s.version = "4.5.1"
44
s.summary = "WordPressKit offers a clean and simple WordPress.com and WordPress.org API."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)