We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b0625 commit b86e1caCopy full SHA for b86e1ca
script/pod_release
@@ -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