Skip to content

Commit e834788

Browse files
apply version updates (#1108)
Co-authored-by: FabianLars <[email protected]>
1 parent eb4cfaf commit e834788

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

.changes/asset-name-template.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/fix-windows-arm.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.5.23]
4+
5+
- [`5b1138d`](https://www.github.com/tauri-apps/tauri-action/commit/5b1138d93ce221ac6bfd4f0decb41b6d87963ff4) ([#1099](https://www.github.com/tauri-apps/tauri-action/pull/1099) by [@lete114](https://www.github.com/tauri-apps/tauri-action/../../lete114)) Added the `assetNamePattern` config that allows setting a template specifying how uploaded assets will be named in the release.
6+
**BREAKING CHANGE:** The default naming scheme will now have the `-debug` suffix at the end (before the extension) on all assets.
7+
- [`fcedb49`](https://www.github.com/tauri-apps/tauri-action/commit/fcedb49796d1ab97cc5f07e8ddabcdf937b38344) ([#1125](https://www.github.com/tauri-apps/tauri-action/pull/1125) by [@ChanTsune](https://www.github.com/tauri-apps/tauri-action/../../ChanTsune)) Fixed an issue that caused the action to look for `x64` artifacts on native ARM runners.
8+
39
## \[0.5.22]
410

511
- [`be57b0c`](https://www.github.com/tauri-apps/tauri-action/commit/be57b0cca9e9ee2c15112c583ddb34e32157cc6a) ([#1100](https://www.github.com/tauri-apps/tauri-action/pull/1100) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fixed an issue that caused the action to upload only the first artifact it found.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-action",
3-
"version": "0.5.22",
3+
"version": "0.5.23",
44
"description": "Tauri GitHub Action",
55
"contributors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)