Files
SwiftLint/tools/get-version
T
JP Simard fc3b143973 Rename script directory to tools (#4141)
And move the Danger bazel config there
2022-08-29 01:16:20 -04:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
cat Source/SwiftLintFramework/Models/Version.swift | awk -F '"' '{print $2}' | xargs