fix(console): Fixed versioning, publishing and changelog generation

This commit is contained in:
Abhik Roy
2023-10-12 20:58:20 +11:00
committed by Suren Gabrielyan
parent 1ac4e41771
commit 3081f1a69c
4 changed files with 34 additions and 14 deletions

View File

@ -0,0 +1,8 @@
---
commitizen:
bump_message: 'bump(console): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
tag_format: console_simple_init-v$version
version: 1.0.0
version_files:
- idf_component.yml

View File

@ -0,0 +1,8 @@
# Changelog
## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.0)
### Features
- [Added simple component for console initialization](https://github.com/espressif/esp-protocols/commit/1ac4e4177128a7b7188babd47d0e2bfa6bbb2517)

View File

@ -1,6 +1,6 @@
version: 1.0.0
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
description: The component provides helper functions for easy initialization and start of esp console.
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
dependencies:
idf:
version: '>=5.0'