|
1 | | -<a href="https://www.espressif.com"> |
2 | | - <img src="czespressif/templates/espressif-logo.svg" align="right" height="20" /> |
3 | | -</a> |
4 | | - |
5 | 1 | # CHANGELOG |
6 | 2 |
|
7 | 3 | > All notable changes to this project are documented in this file. |
8 | 4 | > This list is not exhaustive - only important changes, fixes, and new features in the code are reflected here. |
9 | 5 |
|
10 | | -<div align="center"> |
11 | | - <img alt="Static Badge" src="https://img.shields.io/badge/Keep%20a%20Changelog-v1.1.0-salmon?logo=keepachangelog&logoColor=black&labelColor=white&link=https%3A%2F%2Fkeepachangelog.com%2Fen%2F1.1.0%2F"> |
12 | | - <img alt="Static Badge" src="https://img.shields.io/badge/Conventional%20Commits-v1.0.0-pink?logo=conventionalcommits&logoColor=black&labelColor=white&link=https%3A%2F%2Fwww.conventionalcommits.org%2Fen%2Fv1.0.0%2F"> |
13 | | - <img alt="Static Badge" src="https://img.shields.io/badge/Semantic%20Versioning-v2.0.0-grey?logo=semanticrelease&logoColor=black&labelColor=white&link=https%3A%2F%2Fsemver.org%2Fspec%2Fv2.0.0.html"> |
14 | | -</div> |
15 | | -<hr> |
| 6 | +<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) |
| 7 | +</sub> |
| 8 | + |
| 9 | +--- |
16 | 10 |
|
17 | 11 | ## Unreleased |
18 | 12 |
|
19 | 13 | ### ✨ New features |
20 | 14 |
|
21 | | -- **changelog**: custom template for release notes (GH action) *(Tomas Sebestik - fa886f1)* |
| 15 | +- **changelog**: custom template for release notes (GH action) *(Tomas Sebestik - 19e8cec)* |
22 | 16 |
|
23 | 17 | ### 🐛 Bug fixes |
24 | 18 |
|
25 | | -- **github-actions**: update create-release.yml, missing "v" in version *(Tomas Sebestik - 3d2f492)* |
| 19 | +- **github-actions**: update create-release.yml, missing "v" in version |
| 20 | +- (dependabot): update dependabot config file, team reviewers |
| 21 | +- (justfile): add recipe for local cleanup temp, manual tests *(Tomas Sebestik - f601dbf)* |
26 | 22 |
|
27 | 23 | ### 📖 Documentation |
28 | 24 |
|
29 | | -- **readme**: add section about solving conflicts commitizen *(Tomas Sebestik - 73a86a7)* |
30 | | -- **readme**: docs to automatic process of "Release notes" *(Tomas Sebestik - df93e19)* |
| 25 | +- **readme**: docs to automatic process of "Release notes" *(Tomas Sebestik - 6a18980)* |
31 | 26 |
|
32 | 27 | --- |
33 | 28 |
|
|
55 | 50 |
|
56 | 51 | --- |
57 | 52 |
|
58 | | -<div align="center"> |
59 | | - <small> |
60 | | - <b> |
61 | | - <a href="https://www.github.com/espressif/cz-plugin-espressif">Commitizen Espressif plugin</a> |
62 | | - · |
63 | | - <a href="https://www.github.com/espressif/standards">Espressif Standards</a> |
64 | | - </b> |
65 | | - <br> |
66 | | - <sup><a href="https://www.espressif.com">Espressif Systems CO LTD. (2024)</a><sup> |
67 | | - </small> |
68 | | -</div> |
| 53 | +**[Espressif Systems CO LTD. (2024)](https://www.espressif.com/)** |
| 54 | + |
| 55 | +- [Commitizen tools plugin with Espressif code style](https://www.github.com/espressif/cz-plugin-espressif) |
| 56 | +- [Espressif Coding Standards and Best Practices](https://www.github.com/espressif/standards) |
0 commit comments