Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and FabianLars authored Dec 10, 2024
1 parent fb76925 commit 2a8db2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/feat-upload-with-tag-name.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/retry.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.17]

- [`fb76925`](https://www.github.com/tauri-apps/tauri-action/commit/fb769255b02569d9f2e5f2e021ad3c29f241f401) ([#895](https://www.github.com/tauri-apps/tauri-action/pull/895) by [@Chiichen](https://www.github.com/tauri-apps/tauri-action/../../Chiichen)) Upload assets to the release associated with given `tagName`
- [`29dbe80`](https://www.github.com/tauri-apps/tauri-action/commit/29dbe80fdda4ab77cd60f313c6e9ad692d4335e3) ([#964](https://www.github.com/tauri-apps/tauri-action/pull/964) by [@louis030195](https://www.github.com/tauri-apps/tauri-action/../../louis030195)) Add retry mechanism for failed builds to improve CI reliability

## \[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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-action",
"version": "0.5.16",
"version": "0.5.17",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"
Expand Down

0 comments on commit 2a8db2c

Please sign in to comment.