From e2c4aed74aadcf73ec0731d4f9f1d19fbf21abf1 Mon Sep 17 00:00:00 2001 From: dreaming-augustin Date: Sun, 22 Dec 2024 16:36:28 +0800 Subject: [PATCH 1/2] Include the version in the released file --- server/documents/introduction/build-tools.html.eco | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/documents/introduction/build-tools.html.eco b/server/documents/introduction/build-tools.html.eco index 94cb73c86..5f5bc9419 100644 --- a/server/documents/introduction/build-tools.html.eco +++ b/server/documents/introduction/build-tools.html.eco @@ -195,6 +195,14 @@ type : 'Introduction' // current version of Fomantic UI "version": "<%= @getVersion() %>", + + + // Whether to include the version string to the released files. Default: false + "includeVersionInFileName": false, + + // If includeVersionInFileName is true, this revision string will also be added to the name of the released file + "revision": "", + "paths": { "source": { From 3ecc0bb425582aed63de5d35975e6d7fe2c12993 Mon Sep 17 00:00:00 2001 From: Marco 'Lubber' Wienkoop Date: Sun, 22 Dec 2024 13:44:45 +0100 Subject: [PATCH 2/2] remove whitespace --- server/documents/introduction/build-tools.html.eco | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/documents/introduction/build-tools.html.eco b/server/documents/introduction/build-tools.html.eco index 5f5bc9419..847c75ace 100644 --- a/server/documents/introduction/build-tools.html.eco +++ b/server/documents/introduction/build-tools.html.eco @@ -195,8 +195,6 @@ type : 'Introduction' // current version of Fomantic UI "version": "<%= @getVersion() %>", - - // Whether to include the version string to the released files. Default: false "includeVersionInFileName": false,