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 9d1ad5b commit 9dadf1eCopy full SHA for 9dadf1e
.gitattributes
@@ -11,3 +11,6 @@
11
12
# Exclude artwork sources
13
/asset-sources export-ignore
14
+
15
+# Substitute project version when publishing
16
+/project.godot export-subst
project.godot
@@ -11,6 +11,7 @@ config_version=5
[application]
config/name="blockcoding minigames"
+config/version="$Format:%(describe:tags)$"
run/main_scene="res://main-menu/main.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
17
config/icon="res://icon.svg"
0 commit comments