mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
* fix: add custom file search for more consistent results. This fixes issues where the action used config files in deeply nested directories instead of the correct one in the upper levels. * update target to es2021 since we run on nodejs16 * add todo * globby test drive * globby di glob * cleanup * remove sort. add another change file * remove changefile tags
Changes
via https://github.com/jbolda/covector
As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version number, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a .md, but we recommend it represents the overall change for our sanity.
When you select the version bump required, you do not need to consider depedencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.
Use the following format:
---
"tauri.js": patch
"tauri": minor
---
Change summary goes here