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
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
-[Configuration](#configuration)
9
9
-[Usage](#usage)
10
10
-[Markdown](#markdown)
11
+
-[Github Actions](#github-actions)
11
12
-[Library](#library)
12
13
13
14
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -155,6 +156,11 @@ you get the following markdown:
155
156
156
157
An example can be found [here](./CHANGELOG.md).
157
158
159
+
### Github Actions
160
+
161
+
Here is an example how you can use the `changlog` tool to verify conventional commits in a github action: [conventional-commits.yml](.github/workflows/conventional-commits.yml)
162
+
163
+
158
164
## Library
159
165
Instead of regular expressions, this package uses a lexer, that functions similarly to Rob Pike's discussion about lexer
160
166
design in this [talk](https://www.youtube.com/watch?v=HxaD_trXwRE).
0 commit comments