Skip to content

Commit fc2e408

Browse files
ci: check for change tag (tauri-apps#7149)
* ci: check for change tag * fix workflow * Update .scripts/ci/check-change-tags.js * feat: also check if tag is known seems like covector does not check that so we can do it here for now * remove push run * only check changed files * add missing tag --------- Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
1 parent 1d99f8a commit fc2e408

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+188
-48
lines changed

.changes/api-js-os-locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@tauri-apps/api': 'patch'
2+
'@tauri-apps/api': 'patch:feat'
33
---
44

55
Add `locale` function in the `os` module to get the system locale.

.changes/api-rs-os-locale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"tauri": "patch"
2+
'tauri': 'patch:feat'
33
---
44

55
Add `tauri::api::os::locale` function to get the system locale.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"tauri-build": patch
2+
'tauri-build': patch:enhance
33
---
44

55
Enhance Cargo features check.

.changes/cleanup-app-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"tauri-bundler": patch
2+
'tauri-bundler': patch:enhance
33
---
44

55
Remove macOS app bundles from the output if they are not requested by the user.

.changes/cli-windows-arm64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'tauri-cli': minor
3-
'@tauri-apps/cli': minor
2+
'tauri-cli': minor:feat
3+
'@tauri-apps/cli': minor:feat
44
---
55

66
Provide prebuilt CLIs for Windows ARM64 targets.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'tauri-utils': 'minor'
2+
'tauri-utils': 'minor:feat'
33
---
44

55
Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'tauri': 'patch'
3-
'tauri-runtime-wry': 'patch'
2+
'tauri': 'patch:bug'
3+
'tauri-runtime-wry': 'patch:bug'
44
---
55

66
Fix panics when registering an invalid global shortcuts or checking it is registered and return proper errors instead.

.changes/core-window-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'tauri': 'patch'
2+
'tauri': 'patch:bug'
33
---
44

55
Fix some configurations not applied when creating the window through Javascript.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"tauri": "patch"
2+
'tauri': 'patch:bug'
33
---
44

55
Play a sound when showing a notification on Windows.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
"tauri-utils": patch
3-
"tauri-cli": patch
4-
"@tauri-apps/cli": patch
2+
'tauri-utils': patch:feat
3+
'tauri-cli': patch:feat
4+
'@tauri-apps/cli': patch:feat
55
---
66

77
Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`.

0 commit comments

Comments
 (0)