You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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