1# Dokuwiki Plugin Developer Experience Plugin
2
3
4This plugin aims to improve the developer experience when having to maintain multiple plugins.
5It does so by enforcing a set of opinionated config and similar files.
6
7
8## Usage
9
10Commits in repositories maintained with the DX plugin are expected to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit messages.
11
12### New Release
13
14To create a new changelog and a version number bump commit run the following:
15
16```
17npx standard-version
18```
19
20