# visualizer/3.6.1/CONTRIBUTING.md

Visualizer – Tables &amp; Charts Manager with Built-in AI Generator, version 3.6.1. 13 lines.

- Page: https://pluginprobe.com/plugins/visualizer/3.6.1/code/CONTRIBUTING.md
- Raw: https://pluginprobe.com/plugins/visualizer/3.6.1/raw/CONTRIBUTING.md
- Modified: 2021-05-25T09:09:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/visualizer/3.6.1/code/CONTRIBUTING.md#L10-L20`.

```markdown
## Releasing

This repository uses conventional [changelog commit](https://github.com/Codeinwp/conventional-changelog-simple-preset) messages to trigger release

How to release a new version:

- Clone the master branch
- Do your changes
- Send a PR to master and merge it using the following subject message
    - `release: <release short description>` - for patch release
    - `release(minor): <release short description>` - for minor release
    - `release(major): <release short description>` - for major release
      The release notes will inherit the body of the commit message which triggered the release. For more details check the [simple-preset](https://github.com/Codeinwp/conventional-changelog-simple-preset) that we use.
```
