Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Client
fm.touhou.touhoufm
Commits
789cffbc
Verified
Commit
789cffbc
authored
Sep 14, 2020
by
Daniel Sonck
Browse files
Change version tag naming
parent
431cacef
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
789cffbc
...
...
@@ -8,6 +8,5 @@
/captures
.directory
.idea
/gradle
app/keys\.json
generate-version.sh
View file @
789cffbc
#!/bin/bash
VERSION_NAME
=
$(
git describe
--tags
)
VERSION_NAME
=
$(
git describe
--tags
|
sed
's!release/!!g'
)
VERSION_CODE
=
$((
$(
git rev-list
--count
--first-parent
HEAD
)
-
12
))
cat
>
app/version.gradle
<<
VERSION_EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment