Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changes/apptargz-version.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/drop-tauri-v1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fail-if-non-draft.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-workspace.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/missing-runner.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/npm-exec.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/overwrite-universal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/release-asset-label.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/remove-init-project.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/rename-includeupdaterjson.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/rm-keep-universal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/smol-toml.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/update-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/upload-artifacts.md

This file was deleted.

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

This file was deleted.

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

## \[1.0.0]

- [`db4399e`](https://www.github.com/tauri-apps/tauri-action/commit/db4399ef7ed597de7354e35eaa454c2e5e753d42) ([#1194](https://www.github.com/tauri-apps/tauri-action/pull/1194) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Chagne**: `.app.tar.gz` & `.app.tar.gz.sig` files will now include the app version like all other bundles/installers.
- [`9b64567`](https://www.github.com/tauri-apps/tauri-action/commit/9b645673d58df9c322c1100484b7c535e6f26cc0) ([#1167](https://www.github.com/tauri-apps/tauri-action/pull/1167) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Drop support for Tauri v1 and unstable v2 (alpha, beta, rc) versions.
- [`9491f9d`](https://www.github.com/tauri-apps/tauri-action/commit/9491f9dffcc417005d28578d4abf403196f3b56c) ([#1177](https://www.github.com/tauri-apps/tauri-action/pull/1177) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: The action will now fail if `draft: true` is set but the relevant release is not a draft.
- [`ab62863`](https://www.github.com/tauri-apps/tauri-action/commit/ab628636a1a8bf55f0280cfbc114ca0acf9485cc) ([#1176](https://www.github.com/tauri-apps/tauri-action/pull/1176) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The frontend lockfile detection will now move up the file tree to fix issues in workspaces.
- [`adb8bd3`](https://www.github.com/tauri-apps/tauri-action/commit/adb8bd38d1eaf0fc5a77d959fea93813093ceab6) ([#1170](https://www.github.com/tauri-apps/tauri-action/pull/1170) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Remove `includeRelease` and `includeDebug`. You can switch to debug builds via `args: --debug`. To upload release *and* debug builds, run `tauri-action` twice, preferably in a job matrix for concurrent builds.
- [`eea1890`](https://www.github.com/tauri-apps/tauri-action/commit/eea189090a42695c0b1c3c047210d506b1cc5dec) ([#1175](https://www.github.com/tauri-apps/tauri-action/pull/1175) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Improved runner detection to prevent silent fails if runner (npm, pnpm, yarn, bun) was not installed while a lockfile was present.
- [`acc588b`](https://www.github.com/tauri-apps/tauri-action/commit/acc588b4e23a3fbc5bfc5d77ba29df93f3e43c64) ([#1203](https://www.github.com/tauri-apps/tauri-action/pull/1203) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Added initial Android & iOS support. This only includes building (=== running `tauri android|ios build`), installing dependencies and uploading to stores must be done manually.
- [`2e37e06`](https://www.github.com/tauri-apps/tauri-action/commit/2e37e06369f68e7c240ec8d4674ae3fb78c0075d) ([#1174](https://www.github.com/tauri-apps/tauri-action/pull/1174) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Use `npm exec` instead of `npm run` if `@tauri-apps/cli` was detected with no `tauri` script in `package.json`.
- [`1898cf4`](https://www.github.com/tauri-apps/tauri-action/commit/1898cf45eec50b449c94b796371c727546611573) ([#1186](https://www.github.com/tauri-apps/tauri-action/pull/1186) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fiixed an issue that caused outdated signatures for macos universal builds in latest.json when re-running the action on the same release multiple times.
- [`5d35c8e`](https://www.github.com/tauri-apps/tauri-action/commit/5d35c8e3181ba12e10be79009a6e94ee163580f4) ([#1189](https://www.github.com/tauri-apps/tauri-action/pull/1189) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The upload release assets will now have the original file as its `label` which will show as the filename on the GitHub Release page and will be used internally to update assets on reruns and to get the download urls for latest.json
- [`c18827e`](https://www.github.com/tauri-apps/tauri-action/commit/c18827ebec5e7e75f9bc306ba2d02239d012c1fb) ([#1183](https://www.github.com/tauri-apps/tauri-action/pull/1183) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Renamed `assetNamePattern` to `releaseAssetNamePattern`.
- [`766720b`](https://www.github.com/tauri-apps/tauri-action/commit/766720b094a5b1122967225a75ac244e9ebcac42) ([#1172](https://www.github.com/tauri-apps/tauri-action/pull/1172) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Removed the feature to automatically initialize a Tauri project.
- [`25f3730`](https://www.github.com/tauri-apps/tauri-action/commit/25f373077afb9028b9cc3caf509eb67d86d57066) ([#1208](https://www.github.com/tauri-apps/tauri-action/pull/1208) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Renamed `includeUpdaterJson` to `uploadUpdaterJson` for consistency with other similar options.
- [`6d11c27`](https://www.github.com/tauri-apps/tauri-action/commit/6d11c279be59c2d237278e856acccb1ece44d20a) ([#1185](https://www.github.com/tauri-apps/tauri-action/pull/1185) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Breaking Change**: Removed `updaterJsonKeepUniversal`. This is now always enabled.
- [`7485c95`](https://www.github.com/tauri-apps/tauri-action/commit/7485c956ab7bbf2708a943bf07b3fefc1e230256) ([#1169](https://www.github.com/tauri-apps/tauri-action/pull/1169) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Switch from unmaintained `@iarna/toml` to `smol-toml`. No user-facing changes.
- [`8236c82`](https://www.github.com/tauri-apps/tauri-action/commit/8236c82510173ef930d644f38790c4cf3fd43cf2) ([#1277](https://www.github.com/tauri-apps/tauri-action/pull/1277) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) **Semi-Breaking Change**: The action will now update the name and body of existing releases.
- [`05c1b09`](https://www.github.com/tauri-apps/tauri-action/commit/05c1b09fe50e358ee27fa6ae2a8072b3f6e22155) ([#1178](https://www.github.com/tauri-apps/tauri-action/pull/1178) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Added built-in variant of [`actions/upload-artifact`](https://github.com/actions/upload-artifact/) to easily upload each bundle as a seperate archive. This may be removed once https://github.com/actions/upload-artifact/issues/331 lands.
- [`6434f9a`](https://www.github.com/tauri-apps/tauri-action/commit/6434f9aaff0a2daf202596b552c34c463d0e43ed) ([#1296](https://www.github.com/tauri-apps/tauri-action/pull/1296) by [@Ludea](https://www.github.com/tauri-apps/tauri-action/../../Ludea)) Added initial support for `vite+`.

## \[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.
Expand Down
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

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.6.0",
"version": "1.0.0",
"description": "Tauri GitHub Action",
"contributors": [
"Tauri Programme within The Commons Conservancy"
Expand Down
Loading