Skip to content

Commit e254897

Browse files
committed
[skip ci] add contributing
1 parent a09abf2 commit e254897

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Releasing
2+
3+
This repository uses conventional [changelog commit](https://github.com/Codeinwp/conventional-changelog-simple-preset) messages to trigger release
4+
5+
How to release a new version:
6+
7+
- Clone the master branch
8+
- Do your changes
9+
- Send a PR to master and merge it using the following subject message
10+
- `release: <release short description>` - for patch release
11+
- `release(minor): <release short description>` - for minor release
12+
- `release(major): <release short description>` - for major release
13+
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.

0 commit comments

Comments
 (0)