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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,25 @@ See the [`BarcodeDetectionData`](#barcodedetectiondata) interface for details on
173
173
174
174
To see the plugin in action, check out the example app in the `example-app` folder. The app demonstrates how to integrate and use the Capacitor Camera View plugin in an Ionic Angular project.
175
175
176
+
## Semantic Release
177
+
178
+
This project uses [semantic-release](https://github.com/semantic-release/semantic-release) for automated versioning and changelog generation based on conventional commits.
179
+
180
+
## Conventional Commits
181
+
182
+
Follow the [Conventional Commits](https://www.conventionalcommits.org/) specification for your commit messages. Example:
0 commit comments