From 8211fd36af3149c60014737eee2407abb5516974 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Apr 2025 22:17:30 +0300 Subject: [PATCH 1/2] fix(release): unable to access change log --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458861c9d..030e8e8d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,11 @@ jobs: steps: - run: mkdir upload + - uses: actions/checkout@v4 + with: + sparse-checkout: | + docs/Release Notes + - name: Download all artifacts uses: actions/download-artifact@v4 with: From bf4e1b3e4305af44105cd99e10707168ee5285b9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Apr 2025 23:00:46 +0300 Subject: [PATCH 2/2] chore(docs): release template --- docs/Developer Guide/!!!meta.json | 2 +- docs/Release Notes/!!!meta.json | 20 ++++++++++++++++++- .../Release Notes/Release Template.md | 18 +++++++++++++++++ docs/Release Notes/Release Notes/v0.93.0.md | 5 +++++ docs/User Guide/!!!meta.json | 2 +- 5 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 docs/Release Notes/Release Notes/Release Template.md diff --git a/docs/Developer Guide/!!!meta.json b/docs/Developer Guide/!!!meta.json index af6ae2063..df3a5208e 100644 --- a/docs/Developer Guide/!!!meta.json +++ b/docs/Developer Guide/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.92.7", + "appVersion": "0.93.0", "files": [ { "isClone": false, diff --git a/docs/Release Notes/!!!meta.json b/docs/Release Notes/!!!meta.json index 9a5c041f1..6d24249de 100644 --- a/docs/Release Notes/!!!meta.json +++ b/docs/Release Notes/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.92.7", + "appVersion": "0.93.0", "files": [ { "isClone": false, @@ -589,6 +589,24 @@ "format": "markdown", "dataFileName": "v0.90.0-beta.md", "attachments": [] + }, + { + "isClone": false, + "noteId": "wyurrlcDl416", + "notePath": [ + "hD3V4hiu2VW4", + "wyurrlcDl416" + ], + "title": "Release Template", + "notePosition": 290, + "prefix": null, + "isExpanded": false, + "type": "text", + "mime": "text/html", + "attributes": [], + "format": "markdown", + "dataFileName": "Release Template.md", + "attachments": [] } ] } diff --git a/docs/Release Notes/Release Notes/Release Template.md b/docs/Release Notes/Release Notes/Release Template.md new file mode 100644 index 000000000..15b3c71d1 --- /dev/null +++ b/docs/Release Notes/Release Notes/Release Template.md @@ -0,0 +1,18 @@ +# Release Template +> [!IMPORTANT] +> If you enjoyed this release, consider showing a token of appreciation by: +> +> * Pressing the β€œStar” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). +> * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). + +## πŸ’‘ Key highlights + +## 🐞 Bugfixes + +## ✨ Improvements + +## πŸ“– Documentation + +## 🌍 Internationalization + +## πŸ› οΈ Technical updates \ No newline at end of file diff --git a/docs/Release Notes/Release Notes/v0.93.0.md b/docs/Release Notes/Release Notes/v0.93.0.md index dcbbfc016..853e39697 100644 --- a/docs/Release Notes/Release Notes/v0.93.0.md +++ b/docs/Release Notes/Release Notes/v0.93.0.md @@ -1,4 +1,9 @@ # v0.93.0 +> [!IMPORTANT] +> If you enjoyed this release, consider showing a token of appreciation by: +> +> * Pressing the β€œStar” button on [GitHub](https://github.com/TriliumNext/Notes) (top-right). +> * Considering a one-time or recurrent donation to the lead developer via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran). ## 🐞 Bugfixes diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index 374334fb7..06b4ad084 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -1,6 +1,6 @@ { "formatVersion": 2, - "appVersion": "0.92.7", + "appVersion": "0.93.0", "files": [ { "isClone": false,