From 55e38eb89a1ef8c677b57126ee28a032ee02deeb Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 19 Apr 2023 11:32:34 +0100 Subject: [PATCH 1/4] Update modification times of doc tiddlers So that they are at the top of the recent tab --- editions/tw5.com/tiddlers/Release 5.3.0.tid | 4 ++++ editions/tw5.com/tiddlers/concepts/Macros.tid | 2 +- editions/tw5.com/tiddlers/filters/function.tid | 2 +- editions/tw5.com/tiddlers/functions/Functions.tid | 2 +- editions/tw5.com/tiddlers/howtos/Visible Transclusions.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _function.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _parameters.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragma_ _widget.tid | 2 +- editions/tw5.com/tiddlers/pragmas/Pragmas.tid | 2 +- editions/tw5.com/tiddlers/procedures/Procedure Calls.tid | 2 +- .../tw5.com/tiddlers/procedures/Procedure Definitions.tid | 2 +- .../tiddlers/procedures/Procedure Parameter Handling.tid | 2 +- editions/tw5.com/tiddlers/procedures/Procedures.tid | 2 +- editions/tw5.com/tiddlers/variables/Variables.tid | 2 +- editions/tw5.com/tiddlers/widgets/Custom Widgets.tid | 2 +- editions/tw5.com/tiddlers/widgets/ErrorWidget.tid | 2 +- editions/tw5.com/tiddlers/widgets/FillWidget.tid | 2 +- editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid | 2 +- editions/tw5.com/tiddlers/widgets/ParametersWidget.tid | 2 +- editions/tw5.com/tiddlers/widgets/SlotWidget.tid | 2 +- editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid | 2 +- editions/tw5.com/tiddlers/wikitext/Macro Calls.tid | 2 +- editions/tw5.com/tiddlers/wikitext/Macro Definitions.tid | 2 +- .../tw5.com/tiddlers/wikitext/Macro Parameter Handling.tid | 2 +- editions/tw5.com/tiddlers/wikitext/Macro Pitfalls.tid | 2 +- .../tiddlers/wikitext/Transclusion and Substitution.tid | 2 +- 31 files changed, 34 insertions(+), 30 deletions(-) create mode 100644 editions/tw5.com/tiddlers/Release 5.3.0.tid diff --git a/editions/tw5.com/tiddlers/Release 5.3.0.tid b/editions/tw5.com/tiddlers/Release 5.3.0.tid new file mode 100644 index 000000000..94c4ca2b4 --- /dev/null +++ b/editions/tw5.com/tiddlers/Release 5.3.0.tid @@ -0,0 +1,4 @@ +created: 20230419103154329 +modified: 20230419103154368 +title: Release 5.3.0 +type: text/vnd.tiddlywiki \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/concepts/Macros.tid b/editions/tw5.com/tiddlers/concepts/Macros.tid index 37446760e..8377046f6 100644 --- a/editions/tw5.com/tiddlers/concepts/Macros.tid +++ b/editions/tw5.com/tiddlers/concepts/Macros.tid @@ -1,5 +1,5 @@ created: 20140211171341271 -modified: 20221019081352266 +modified: 20230419103154328 tags: Concepts Reference title: Macros type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/function.tid b/editions/tw5.com/tiddlers/filters/function.tid index 4b2a27a22..f86d21f4f 100644 --- a/editions/tw5.com/tiddlers/filters/function.tid +++ b/editions/tw5.com/tiddlers/filters/function.tid @@ -1,6 +1,6 @@ caption: function created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154328 op-input: a [[selection of titles|Title Selection]] passed as input to the function <<.place F>> op-output: the [[selection of titles|Title Selection]] returned from the function <<.place F>> op-parameter: first parameter is the [[function name|Functions]], subsequent parameters are passed to the function by position diff --git a/editions/tw5.com/tiddlers/functions/Functions.tid b/editions/tw5.com/tiddlers/functions/Functions.tid index 6574789e6..3b06dddc7 100644 --- a/editions/tw5.com/tiddlers/functions/Functions.tid +++ b/editions/tw5.com/tiddlers/functions/Functions.tid @@ -1,5 +1,5 @@ created: 20221009124003601 -modified: 20221019081352266 +modified: 20230419103154328 tags: Concepts Reference title: Functions type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/howtos/Visible Transclusions.tid b/editions/tw5.com/tiddlers/howtos/Visible Transclusions.tid index 68d4c6b9d..e3f46440e 100644 --- a/editions/tw5.com/tiddlers/howtos/Visible Transclusions.tid +++ b/editions/tw5.com/tiddlers/howtos/Visible Transclusions.tid @@ -1,5 +1,5 @@ created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154329 tags: Learning title: Visible Transclusions type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid index d676aea3d..6058b7905 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid @@ -1,5 +1,5 @@ created: 20220917112233317 -modified: 20221019081352266 +modified: 20230419103154328 tags: Pragmas title: Pragma: \define type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _function.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _function.tid index ffcd76b43..253c8b452 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _function.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _function.tid @@ -1,5 +1,5 @@ created: 20221009162634214 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \function type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid index 3f31615a6..5971a5490 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _import.tid @@ -1,5 +1,5 @@ created: 20220917113054582 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \import type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _parameters.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _parameters.tid index e54f899e4..5f32b06eb 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _parameters.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _parameters.tid @@ -1,5 +1,5 @@ created: 20220917113154900 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \parameters type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid index becec39f9..4dc496ac4 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid @@ -1,5 +1,5 @@ created: 20221007132845007 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \procedure type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid index a49823dff..799c9b71c 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid @@ -1,5 +1,5 @@ created: 20220917112931273 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \rules type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid index cc84673fd..273a35bea 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid @@ -1,5 +1,5 @@ created: 20220917113002350 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \whitespace type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _widget.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _widget.tid index e7b505c92..f8e589d4a 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _widget.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _widget.tid @@ -1,5 +1,5 @@ created: 20221009121950630 -modified: 20221019081352266 +modified: 20230419103154329 tags: Pragmas title: Pragma: \widget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/pragmas/Pragmas.tid b/editions/tw5.com/tiddlers/pragmas/Pragmas.tid index d10921b90..46981c51e 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragmas.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragmas.tid @@ -1,5 +1,5 @@ created: 20220917112416666 -modified: 20221019081352266 +modified: 20230419103154329 tags: Concepts [[WikiText Parser Modes]] title: Pragmas type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Calls.tid b/editions/tw5.com/tiddlers/procedures/Procedure Calls.tid index e6606aaa4..d66d8f274 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Calls.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Calls.tid @@ -1,6 +1,6 @@ caption: Macro Calls created: 20221007130006705 -modified: 20221019081352266 +modified: 20230419103154329 tags: WikiText Procedures title: Procedure Calls type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid index 3b539c5c1..eb4017985 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid @@ -1,6 +1,6 @@ caption: Macro Definitions created: 20221007125701001 -modified: 20221019081352266 +modified: 20230419103154329 tags: WikiText Procedures title: Procedure Definitions type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Parameter Handling.tid b/editions/tw5.com/tiddlers/procedures/Procedure Parameter Handling.tid index c03987999..29899ad53 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Parameter Handling.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Parameter Handling.tid @@ -1,6 +1,6 @@ caption: Macro Definitions created: 20221007130538285 -modified: 20221019081352266 +modified: 20230419103154329 tags: WikiText Procedures title: Procedure Parameter Handling type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/procedures/Procedures.tid b/editions/tw5.com/tiddlers/procedures/Procedures.tid index 6c46f6e9a..15b422647 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedures.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedures.tid @@ -1,5 +1,5 @@ created: 20221007124007426 -modified: 20221019081352266 +modified: 20230419103154329 tags: Concepts Reference title: Procedures type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/variables/Variables.tid b/editions/tw5.com/tiddlers/variables/Variables.tid index ba26622ea..4efa43e72 100644 --- a/editions/tw5.com/tiddlers/variables/Variables.tid +++ b/editions/tw5.com/tiddlers/variables/Variables.tid @@ -1,5 +1,5 @@ created: 20141002133113496 -modified: 20221019081352266 +modified: 20230419103154329 tags: Concepts Reference WikiText title: Variables type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid b/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid index 88439fc3e..c220302cf 100644 --- a/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +++ b/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid @@ -1,5 +1,5 @@ created: 20221007144237585 -modified: 20221019081352266 +modified: 20230419103154328 tags: Concepts Reference title: Custom Widgets type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/ErrorWidget.tid b/editions/tw5.com/tiddlers/widgets/ErrorWidget.tid index 013b4f612..d6afb86ed 100644 --- a/editions/tw5.com/tiddlers/widgets/ErrorWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ErrorWidget.tid @@ -1,6 +1,6 @@ caption: error created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154328 tags: Widgets title: ErrorWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/FillWidget.tid b/editions/tw5.com/tiddlers/widgets/FillWidget.tid index 738d12189..3fffd51f0 100644 --- a/editions/tw5.com/tiddlers/widgets/FillWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/FillWidget.tid @@ -1,6 +1,6 @@ caption: fill created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154328 tags: Widgets title: FillWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid b/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid index 8433dcb30..e06e3601d 100644 --- a/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid @@ -1,6 +1,6 @@ caption: macrocall created: 20131024141900000 -modified: 20221019081352266 +modified: 20230419103154328 tags: Widgets $:/deprecated title: MacroCallWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/ParametersWidget.tid b/editions/tw5.com/tiddlers/widgets/ParametersWidget.tid index 227a7f8f0..bff682dd3 100644 --- a/editions/tw5.com/tiddlers/widgets/ParametersWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ParametersWidget.tid @@ -1,6 +1,6 @@ caption: parameters created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154328 tags: Widgets title: ParametersWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/SlotWidget.tid b/editions/tw5.com/tiddlers/widgets/SlotWidget.tid index 5ba95c874..f7b26e62d 100644 --- a/editions/tw5.com/tiddlers/widgets/SlotWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SlotWidget.tid @@ -1,6 +1,6 @@ caption: slot created: 20220909111836951 -modified: 20221019081352266 +modified: 20230419103154329 tags: Widgets title: SlotWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index fbd0c6df2..348de1090 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -1,6 +1,6 @@ caption: transclude created: 20130824142500000 -modified: 20221019081352266 +modified: 20230419103154329 tags: Widgets title: TranscludeWidget type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/wikitext/Macro Calls.tid b/editions/tw5.com/tiddlers/wikitext/Macro Calls.tid index 11a896756..eddf28200 100644 --- a/editions/tw5.com/tiddlers/wikitext/Macro Calls.tid +++ b/editions/tw5.com/tiddlers/wikitext/Macro Calls.tid @@ -1,6 +1,6 @@ caption: Macro Calls created: 20150220182252000 -modified: 20221019081352266 +modified: 20230419103154328 tags: WikiText Macros title: Macro Calls type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/wikitext/Macro Definitions.tid b/editions/tw5.com/tiddlers/wikitext/Macro Definitions.tid index b897e3d50..00ed468d7 100644 --- a/editions/tw5.com/tiddlers/wikitext/Macro Definitions.tid +++ b/editions/tw5.com/tiddlers/wikitext/Macro Definitions.tid @@ -1,6 +1,6 @@ caption: Macro Definitions created: 20150220181617000 -modified: 20221019081352266 +modified: 20230419103154328 tags: WikiText Macros title: Macro Definitions type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/wikitext/Macro Parameter Handling.tid b/editions/tw5.com/tiddlers/wikitext/Macro Parameter Handling.tid index 05b359e5f..8158b2eab 100644 --- a/editions/tw5.com/tiddlers/wikitext/Macro Parameter Handling.tid +++ b/editions/tw5.com/tiddlers/wikitext/Macro Parameter Handling.tid @@ -1,6 +1,6 @@ caption: Macro Definitions created: 20220917154902906 -modified: 20221019081352266 +modified: 20230419103154328 tags: WikiText Macros title: Macro Parameter Handling type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/wikitext/Macro Pitfalls.tid b/editions/tw5.com/tiddlers/wikitext/Macro Pitfalls.tid index b43b3b44d..cd0ed4061 100644 --- a/editions/tw5.com/tiddlers/wikitext/Macro Pitfalls.tid +++ b/editions/tw5.com/tiddlers/wikitext/Macro Pitfalls.tid @@ -1,5 +1,5 @@ created: 20220917091428117 -modified: 20221019081352266 +modified: 20230419103154328 title: Macro Pitfalls type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid b/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid index a475441d0..8d0a52cdc 100644 --- a/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid +++ b/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid @@ -1,5 +1,5 @@ created: 20141018090608643 -modified: 20221019081352266 +modified: 20230419103154329 tags: WikiText title: Transclusion and Substitution type: text/vnd.tiddlywiki From 3b3879df0305e5ff3a6061691596e24042687305 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 19 Apr 2023 11:35:25 +0100 Subject: [PATCH 2/4] Update 5.3.0 release note --- editions/prerelease/tiddlers/Release 5.3.0.tid | 6 ++---- editions/tw5.com/tiddlers/Release 5.3.0.tid | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 editions/tw5.com/tiddlers/Release 5.3.0.tid diff --git a/editions/prerelease/tiddlers/Release 5.3.0.tid b/editions/prerelease/tiddlers/Release 5.3.0.tid index 83b61a33d..63a57cd4d 100644 --- a/editions/prerelease/tiddlers/Release 5.3.0.tid +++ b/editions/prerelease/tiddlers/Release 5.3.0.tid @@ -1,6 +1,6 @@ caption: 5.3.0 -created: 20221019081352303 -modified: 20221019081352303 +created: 20230419103154368 +modified: 20230419103154368 tags: ReleaseNotes title: Release 5.3.0 type: text/vnd.tiddlywiki @@ -9,8 +9,6 @@ type: text/vnd.tiddlywiki ! About v5.3.0 -
This is a preview of a [[pull request|https://github.com/Jermolene/TiddlyWiki5/pull/6666]] which has not yet been merged. At this point, all the changes here are provisional, and may be subject to further changes as a result of feedback from users.
- This pre-release introduces a number of significant improvements and new features related to some of TiddlyWiki's most fundamental components: macros, widgets, operators and transclusion. ! Introduction to v5.3.0 diff --git a/editions/tw5.com/tiddlers/Release 5.3.0.tid b/editions/tw5.com/tiddlers/Release 5.3.0.tid deleted file mode 100644 index 94c4ca2b4..000000000 --- a/editions/tw5.com/tiddlers/Release 5.3.0.tid +++ /dev/null @@ -1,4 +0,0 @@ -created: 20230419103154329 -modified: 20230419103154368 -title: Release 5.3.0 -type: text/vnd.tiddlywiki \ No newline at end of file From 093274f0fa06c30fea73d323ac57bf0b7c96a219 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 19 Apr 2023 11:51:21 +0100 Subject: [PATCH 3/4] Remove custom CI step for this branch --- .github/workflows/ci.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e5a48b8..8daf2f468 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: branches: - master - tiddlywiki-com - - parameterised-transclusions env: NODE_VERSION: "12" jobs: @@ -16,37 +15,6 @@ jobs: with: node-version: "${{ env.NODE_VERSION }}" - run: "./bin/test.sh" - build-parameterised-transclusions: - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/parameterised-transclusions' - needs: test - env: - TW5_BUILD_TIDDLYWIKI: "./tiddlywiki.js" - TW5_BUILD_MAIN_EDITION: "./editions/prerelease" - TW5_BUILD_OUTPUT: "./output/prerelease/parameterised-transclusions" - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: "${{ env.NODE_VERSION }}" - - run: "./bin/ci-pre-build.sh" - # There's another near-duplicate "Set dynamic environment variables" step in - # the `build-tiddlywiki-com` job. - # These _could_ be extracted as a script (or moved into `ci-pre-build.sh`) to do away with the - # duplication, but, the visibility that comes from having these in the workflow file seems - # valuable. Environment variables are global variables and setting them at the top-level - # makes sense. - # Time to reconsider this decision might be when this setup turns out to be mistake-prone. - - name: "Set dynamic environment variables" - run: | - TW5_BUILD_BRANCH=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }') - echo "TW5_BUILD_BRANCH=${TW5_BUILD_BRANCH}" >> $GITHUB_ENV - echo "TW5_BUILD_VERSION=$(./bin/get-plugin-library-version-number)" >> $GITHUB_ENV - echo "TW5_BUILD_DETAILS=Prerelease built from branch '$TW5_BUILD_BRANCH' at commit $(git rev-parse HEAD) of $(git remote get-url origin) at $(date +'%F %T %Z')" >> $GITHUB_ENV - - run: "./bin/build-site.sh" - - run: "./bin/ci-push.sh" - env: - GH_TOKEN: ${{ secrets.GITHUBPUSHTOKEN }} build-prerelease: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' From 8816efa7378e19266941c172177e276d257c502d Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 19 Apr 2023 11:51:32 +0100 Subject: [PATCH 4/4] Restore standard sitetitle --- editions/prerelease/tiddlers/system/SiteTitle.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/prerelease/tiddlers/system/SiteTitle.tid b/editions/prerelease/tiddlers/system/SiteTitle.tid index 5fb0f6f4d..092fce693 100644 --- a/editions/prerelease/tiddlers/system/SiteTitle.tid +++ b/editions/prerelease/tiddlers/system/SiteTitle.tid @@ -2,4 +2,4 @@ created: 20131211131022562 modified: 20131211131023829 title: $:/SiteTitle -[img width=200 [New Release Banner]]
TiddlyWiki Pre-release \ No newline at end of file +TiddlyWiki Pre-release \ No newline at end of file