Skip to content

Commit b86e1ca

Browse files
committed
WIP
1 parent c2b0625 commit b86e1ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/pod_release

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
4+
5+
echo "Publishing version $LIB_VERSION"
6+
pod trunk push SwiftUIIntrospect.podspec --allow-warnings

0 commit comments

Comments
 (0)