mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 17:22:08 +03:00
8fd79b8fc0
Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com> Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
16 lines
732 B
Markdown
Executable File
16 lines
732 B
Markdown
Executable File
# 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 dependencies. 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:
|
|
```md
|
|
---
|
|
"tauri-plugin-{{ plugin_name }}": patch
|
|
---
|
|
|
|
Change summary goes here
|
|
|
|
``` |