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 63607ef commit 29a0740Copy full SHA for 29a0740
release.json
@@ -0,0 +1,17 @@
1
+{
2
+ "replacers": {
3
+ "BIG_VERSION": "0",
4
+ "SMALL_VERSION": "40",
5
+ "PATCH_VERSION": "0"
6
+ },
7
+ "release": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
8
+ "tag": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
9
+ "description": "first automated version with shypard",
10
+ "assets": [
11
+ "release/amalgamation.c",
12
+ "release/vibescript.deb",
13
+ "release/vibescript.out",
14
+ "release/vibescript.rpm",
15
+ "release/vibescripti32.exe"
16
+ ]
17
+}
0 commit comments