Skip to content

Commit 5692f7f

Browse files
committed
ci(*): add semantic release
1 parent f8af397 commit 5692f7f

File tree

3 files changed

+8462
-2408
lines changed

3 files changed

+8462
-2408
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,25 @@ See the [`BarcodeDetectionData`](#barcodedetectiondata) interface for details on
173173

174174
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.
175175

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:
183+
184+
```
185+
feat(camera): add autofocus support
186+
fix(android): resolve crash on startup
187+
chore: update dependencies
188+
```
189+
190+
## Resources
191+
- [semantic-release documentation](https://semantic-release.gitbook.io/semantic-release/)
192+
- [Conventional Commits](https://www.conventionalcommits.org/)
193+
194+
176195
## API
177196

178197
<docgen-index>

0 commit comments

Comments
 (0)