From 19b93bb55601e3e373a93cfb6eb4242e45f5af20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 20:36:41 +0100 Subject: [PATCH] apply version updates (#1155) Co-authored-by: FabianLars --- .changes/encoded-tag-name.md | 5 ----- .changes/feat-generated-notes.md | 5 ----- .changes/fix-fallback-filename.md | 5 ----- .changes/gitea.md | 5 ----- .changes/github-base-url.md | 5 ----- .changes/node24.md | 5 ----- CHANGELOG.md | 9 +++++++++ dist/index.js | 4 ++-- package.json | 2 +- 9 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 .changes/encoded-tag-name.md delete mode 100644 .changes/feat-generated-notes.md delete mode 100644 .changes/fix-fallback-filename.md delete mode 100644 .changes/gitea.md delete mode 100644 .changes/github-base-url.md delete mode 100644 .changes/node24.md diff --git a/.changes/encoded-tag-name.md b/.changes/encoded-tag-name.md deleted file mode 100644 index bca019f..0000000 --- a/.changes/encoded-tag-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: minor ---- - -Encode `tagName` option value in `latest.json` URL. \ No newline at end of file diff --git a/.changes/feat-generated-notes.md b/.changes/feat-generated-notes.md deleted file mode 100644 index deebfad..0000000 --- a/.changes/feat-generated-notes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Add `generateReleaseNotes` config to use GitHub's release notes API to auto generate the release name and/or body. diff --git a/.changes/fix-fallback-filename.md b/.changes/fix-fallback-filename.md deleted file mode 100644 index a5235c6..0000000 --- a/.changes/fix-fallback-filename.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fix default file name pattern to match tauri's file names again. diff --git a/.changes/gitea.md b/.changes/gitea.md deleted file mode 100644 index a0c48c7..0000000 --- a/.changes/gitea.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: minor ---- - -Added experimental support for Gitea hosted instances. diff --git a/.changes/github-base-url.md b/.changes/github-base-url.md deleted file mode 100644 index 4acfe0e..0000000 --- a/.changes/github-base-url.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise. diff --git a/.changes/node24.md b/.changes/node24.md deleted file mode 100644 index 2ffbe9f..0000000 --- a/.changes/node24.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: minor ---- - -The action now uses node v24 which raises the minimum GitHub runner version to `v2.327.1`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b236f51..bc06378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[0.6.0] + +- [`e918a06`](https://www.github.com/tauri-apps/tauri-action/commit/e918a068fe65bde93e97fe0d4024e45dc568c536) ([#1133](https://www.github.com/tauri-apps/tauri-action/pull/1133)) Encode `tagName` option value in `latest.json` URL. +- [`45acc19`](https://www.github.com/tauri-apps/tauri-action/commit/45acc1922a6fe824bcffed136e9b5d80660ed050) ([#1164](https://www.github.com/tauri-apps/tauri-action/pull/1164)) Add `generateReleaseNotes` config to use GitHub's release notes API to auto generate the release name and/or body. +- [`59a1a70`](https://www.github.com/tauri-apps/tauri-action/commit/59a1a70223956f123844e5f309cf5cf82d279685) ([#1166](https://www.github.com/tauri-apps/tauri-action/pull/1166)) Fix default file name pattern to match tauri's file names again. +- [`08112f7`](https://www.github.com/tauri-apps/tauri-action/commit/08112f729df63ddc8f64de706284e8518f1b1e73) ([#1106](https://www.github.com/tauri-apps/tauri-action/pull/1106)) Added experimental support for Gitea hosted instances. +- [`08112f7`](https://www.github.com/tauri-apps/tauri-action/commit/08112f729df63ddc8f64de706284e8518f1b1e73) ([#1106](https://www.github.com/tauri-apps/tauri-action/pull/1106)) Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise. +- [`b067139`](https://www.github.com/tauri-apps/tauri-action/commit/b0671399f144ae28a851ef8c3e0540b5d5c6cd37) ([#1130](https://www.github.com/tauri-apps/tauri-action/pull/1130)) The action now uses node v24 which raises the minimum GitHub runner version to `v2.327.1`. + ## \[0.5.24] - [`c5d6ac7`](https://www.github.com/tauri-apps/tauri-action/commit/c5d6ac7494763a167f5acf6e6c73664fc7360468) ([#1152](https://www.github.com/tauri-apps/tauri-action/pull/1152) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The `latest.json` file now contains `{os}-{arch}-{installer}` keys as well to support multiple installer formats per platform. This requires `tauri-plugin-updater` version `2.10.0` or above. diff --git a/dist/index.js b/dist/index.js index 9ea00dc..b5c4acb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2058,7 +2058,7 @@ const Context = __importStar(__nccwpck_require__(3077)); const Utils = __importStar(__nccwpck_require__(8399)); // octokit + plugins const core_1 = __nccwpck_require__(1772); -const plugin_rest_endpoint_methods_1 = __nccwpck_require__(6363); +const plugin_rest_endpoint_methods_1 = __nccwpck_require__(6316); const plugin_paginate_rest_1 = __nccwpck_require__(8633); exports.context = new Context.Context(); const baseUrl = Utils.getApiBaseUrl(); @@ -7678,7 +7678,7 @@ paginateRest.VERSION = VERSION; /***/ }), -/***/ 6363: +/***/ 6316: /***/ ((module) => { diff --git a/package.json b/package.json index 6dcaca6..5b8c1e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.24", + "version": "0.6.0", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"