mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
Apply Version Updates From Current Changes (#199)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
37aafdfeff
commit
e0572402e8
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"action": patch
|
||||
---
|
||||
|
||||
Delete assets from existing release, allowing running the action twice for the same version if an error happens.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tauri-apps/action-core": minor
|
||||
"action": minor
|
||||
---
|
||||
|
||||
Added support to JSON5 on `tauri.conf.json[5]`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tauri-apps/action-core": minor
|
||||
"action": minor
|
||||
---
|
||||
|
||||
Update to Tauri release candidate.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@tauri-apps/action-core": patch
|
||||
"action": patch
|
||||
---
|
||||
|
||||
Added support to Cargo workspaces.
|
||||
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.3.0]
|
||||
|
||||
- Delete assets from existing release, allowing running the action twice for the same version if an error happens.
|
||||
- [1205112](https://www.github.com/tauri-apps/tauri-action/commit/1205112d89ee510722927a791d4d460f9419c71d) fix: workflow fails whenever there's asset with same build name attached on the draft ([#208](https://www.github.com/tauri-apps/tauri-action/pull/208)) on 2022-02-20
|
||||
- Added support to JSON5 on `tauri.conf.json[5]`.
|
||||
- [b9ce5d7](https://www.github.com/tauri-apps/tauri-action/commit/b9ce5d7dc68082d21d30a60103b0ab8c5ddae3a1) feat: add JSON5 support ([#229](https://www.github.com/tauri-apps/tauri-action/pull/229)) on 2022-02-20
|
||||
- Update to Tauri release candidate.
|
||||
- [4d70258](https://www.github.com/tauri-apps/tauri-action/commit/4d7025802c5238ef60a62d33ef8c5378637948bb) fix: Change msi naming scheme for recent Tauri upgrades ([#227](https://www.github.com/tauri-apps/tauri-action/pull/227)) on 2022-02-20
|
||||
- Added support to Cargo workspaces.
|
||||
- [8e430cc](https://www.github.com/tauri-apps/tauri-action/commit/8e430cc7b0fab28f0a7768f2157933c94f8724f6) feat: cargo workspace support, closes [#196](https://www.github.com/tauri-apps/tauri-action/pull/196) ([#198](https://www.github.com/tauri-apps/tauri-action/pull/198)) on 2021-12-10
|
||||
|
||||
## \[0.2.0]
|
||||
|
||||
- Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri-action",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Tauri GitHub Action",
|
||||
"author": "Lucas Nogueira <lucas@tauri.studio>",
|
||||
"license": "MIT",
|
||||
@@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "1.5.0",
|
||||
"@actions/github": "5.0.0",
|
||||
"@tauri-apps/action-core": "0.2.0",
|
||||
"@tauri-apps/action-core": "0.3.0",
|
||||
"string-argv": "0.3.1",
|
||||
"tslib": "2.3.1"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.3.0]
|
||||
|
||||
- Added support to JSON5 on `tauri.conf.json[5]`.
|
||||
- [b9ce5d7](https://www.github.com/tauri-apps/tauri-action/commit/b9ce5d7dc68082d21d30a60103b0ab8c5ddae3a1) feat: add JSON5 support ([#229](https://www.github.com/tauri-apps/tauri-action/pull/229)) on 2022-02-20
|
||||
- Update to Tauri release candidate.
|
||||
- [4d70258](https://www.github.com/tauri-apps/tauri-action/commit/4d7025802c5238ef60a62d33ef8c5378637948bb) fix: Change msi naming scheme for recent Tauri upgrades ([#227](https://www.github.com/tauri-apps/tauri-action/pull/227)) on 2022-02-20
|
||||
- Added support to Cargo workspaces.
|
||||
- [8e430cc](https://www.github.com/tauri-apps/tauri-action/commit/8e430cc7b0fab28f0a7768f2157933c94f8724f6) feat: cargo workspace support, closes [#196](https://www.github.com/tauri-apps/tauri-action/pull/196) ([#198](https://www.github.com/tauri-apps/tauri-action/pull/198)) on 2021-12-10
|
||||
|
||||
## \[0.2.0]
|
||||
|
||||
- Removed the `preferGlobal` and `npmScript` inputs and added a `tauriScript` option.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tauri-apps/action-core",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"author": "Lucas Nogueira <lucas@tauri.studio>",
|
||||
"license": "MIT",
|
||||
"main": "dist",
|
||||
|
||||
Reference in New Issue
Block a user