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 package uses `semantic-release`. Changes will be compiled into a changelog and the package versioned, tagged and published automatically.
19
+
Please ensure your commit messages adhere to the following structure:
20
+
21
+
```
22
+
<type>: <subject>
23
+
<BLANK LINE>
24
+
<body>
25
+
```
26
+
27
+
Only the header is mandatory. The supported types are based off of the [ESLint Convention](https://github.com/conventional-changelog/conventional-changelog/tree/35e279d40603b0969c6d622514f5c0984c5bf309/packages/conventional-changelog-eslint).
0 commit comments