mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 05:21:34 -07:00
Add a setgitversion
script to update the version string with git
This commit is contained in:
parent
e7df718724
commit
db4701d8b5
3 changed files with 15 additions and 1 deletions
|
@ -4,7 +4,7 @@ import ShellCheck.Interface
|
|||
import Data.Version (showVersion)
|
||||
import Paths_ShellCheck (version)
|
||||
|
||||
shellcheckVersion = showVersion version
|
||||
shellcheckVersion = showVersion version -- VERSIONSTRING
|
||||
|
||||
internalVariables = [
|
||||
-- Generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue