Skip to content

Commit

Permalink
chore(tauri): add releases info (#14)
Browse files Browse the repository at this point in the history
## Summary

<!-- Explain the **motivation** for making this change. What existing
problem does the pull request solve?-->

<!-- Link any relevant issues if necessary. -->

## Test Plan

No
  • Loading branch information
seokju-na authored Oct 27, 2024
1 parent f912a24 commit b2c55c8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 45 deletions.
1 change: 0 additions & 1 deletion packages/tauri/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/tauri/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/tauri/package.json

This file was deleted.

7 changes: 7 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
],
"changelog": "packages/electron/CHANGELOG.md",
"scopes": ["electron"]
},
"tauri": {
"versionedFiles": [
"crates/webview-bundle-tauri/Cargo.toml"
],
"changelog": "crates/webview-bundle-tauri/CHANGELOG.md",
"scopes": ["tauri"]
}
},
"github": {
Expand Down
6 changes: 0 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1307,12 +1307,6 @@ __metadata:
languageName: unknown
linkType: soft

"@webview-bundle/tauri@workspace:packages/tauri":
version: 0.0.0-use.local
resolution: "@webview-bundle/tauri@workspace:packages/tauri"
languageName: unknown
linkType: soft

"@yarnpkg/fslib@npm:^3.1.0":
version: 3.1.0
resolution: "@yarnpkg/fslib@npm:3.1.0"
Expand Down

0 comments on commit b2c55c8

Please sign in to comment.