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: diff --git a/docs/Release Notes/!!!meta.json b/docs/Release Notes/!!!meta.json index 7e22a4a32..6d24249de 100644 --- a/docs/Release Notes/!!!meta.json +++ b/docs/Release Notes/!!!meta.json @@ -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 43425993f..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,10 @@ # 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 * Calendar does not hide when clicking on a note by @JYC333