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 ed76d5d commit 99d1836Copy full SHA for 99d1836
release.json
@@ -0,0 +1,11 @@
1
+{
2
+ "replacers": {
3
+ "BIG_VERSION": "0",
4
+ "SMALL_VERSION": "5",
5
+ "PATCH_VERSION": "0"
6
+ },
7
+ "release": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
8
+ "tag": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
9
+ "description": "cwebstudio firmware release",
10
+ "assets": ["release/CWebStudioFirmware.c", "CWebStudioFirmware.zip"]
11
+}
0 commit comments