From ecd2eff64572601ddde25cc4962c2704435736e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:06:45 +0100 Subject: [PATCH] apply version updates (#967) Co-authored-by: FabianLars --- .changes/dmg-skip-ci.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/dmg-skip-ci.md diff --git a/.changes/dmg-skip-ci.md b/.changes/dmg-skip-ci.md deleted file mode 100644 index 77cd7a7777..0000000000 --- a/.changes/dmg-skip-ci.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -The action will now set `TAURI_BUNDLER_DMG_IGNORE_CI: true` by default on tauri cli versions 2.2.0 and above. See https://github.com/tauri-apps/tauri-action/issues/740 for context. This can be disabled by explicitly setting `TAURI_BUNDLER_DMG_IGNORE_CI: false` yourself. diff --git a/CHANGELOG.md b/CHANGELOG.md index f93dfc8db2..5ca405bdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.16] + +- [`acdef25`](https://www.github.com/tauri-apps/tauri-action/commit/acdef251b8450d568e025c512753e61ef582fa8f) ([#949](https://www.github.com/tauri-apps/tauri-action/pull/949) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The action will now set `TAURI_BUNDLER_DMG_IGNORE_CI: true` by default on tauri cli versions 2.2.0 and above. See https://github.com/tauri-apps/tauri-action/issues/740 for context. This can be disabled by explicitly setting `TAURI_BUNDLER_DMG_IGNORE_CI: false` yourself. + ## \[0.5.15] - [`f575715`](https://www.github.com/tauri-apps/tauri-action/commit/f575715ef970f081f9942c4867a8657d6d6dbfc1) ([#929](https://www.github.com/tauri-apps/tauri-action/pull/929) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The action will now try to check for the tauri version before installing the tauri cli fallback (if no tauri cli was found) instead of always installing the latest stable version. diff --git a/package.json b/package.json index b7d370fb91..67aa6b36a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.15", + "version": "0.5.16", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"