mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
apply version updates (#1155)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8c277b51ef
commit
19b93bb556
@@ -1,5 +0,0 @@
|
||||
---
|
||||
action: minor
|
||||
---
|
||||
|
||||
Encode `tagName` option value in `latest.json` URL.
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
action: patch
|
||||
---
|
||||
|
||||
Fix default file name pattern to match tauri's file names again.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
action: minor
|
||||
---
|
||||
|
||||
Added experimental support for Gitea hosted instances.
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
action: minor
|
||||
---
|
||||
|
||||
The action now uses node v24 which raises the minimum GitHub runner version to `v2.327.1`.
|
||||
@@ -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.
|
||||
|
||||
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -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) => {
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user