Skip to content

Commit

Permalink
fix(console): Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif-abhikroy committed Oct 12, 2023
1 parent 82877f1 commit a79109c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/console_simple_init/.cz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
commitizen:
bump_message: 'bump(console_simple_init): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
tag_format: console_simple_init-v$version
version: 0.0.1
version_files:
- idf_component.yml
9 changes: 9 additions & 0 deletions components/console_simple_init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.0.1]()


### Features

- Added simple component for console initialization
- Added check to allow publishing of a component without docs
4 changes: 2 additions & 2 deletions components/console_simple_init/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.0
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
version: 0.0.1
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'

0 comments on commit a79109c

Please sign in to comment.