From ba08eb0ecb85e051241bce2aa4cb3b0515cacd25 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Fri, 13 Oct 2023 12:09:25 +0000 Subject: [PATCH] bump(console): 1.0.1 -> 1.0.2 1.0.2 Bug Fixes - Fixed bump version check in publish-docs yml (e834d47) --- .github/workflows/publish-docs-component.yml | 4 ++-- components/console_simple_init/.cz.yaml | 2 +- components/console_simple_init/CHANGELOG.md | 6 ++++++ components/console_simple_init/idf_component.yml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-docs-component.yml b/.github/workflows/publish-docs-component.yml index 401cd0cfb16..1b7df0b94eb 100644 --- a/.github/workflows/publish-docs-component.yml +++ b/.github/workflows/publish-docs-component.yml @@ -50,7 +50,7 @@ jobs: sudo apt-get -y install doxygen clang python3-pip python -m pip install breathe recommonmark esp-docs==1.4.1 for comp in `ls components`; do - if [ -d $GITHUB_WORKSPACE/docs/${comp} ]; then + if [[ -d $GITHUB_WORKSPACE/docs/${comp} ]]; then cd $GITHUB_WORKSPACE/docs/${comp} if [[ "${{ env.BUMP_COMPONENT }}" == "${comp}" ]]; then echo "Building specific version of ${comp} (${{ env.BUMP_VERSION }})" @@ -69,7 +69,7 @@ jobs: export GIT_VER=$(git describe --always) export GITHUB_REF_NAME=latest for comp in `ls components`; do - if [ -d $GITHUB_WORKSPACE/docs/${comp} ]; then + if [[ -d $GITHUB_WORKSPACE/docs/${comp} ]]; then echo "Deploying latest of ${comp}" export DOCS_BUILD_DIR=$GITHUB_WORKSPACE/docs/${comp} export DOCS_DEPLOY_PATH=$DOCS_DEPLOY_PATH_ORIG/${comp} diff --git a/components/console_simple_init/.cz.yaml b/components/console_simple_init/.cz.yaml index 5e7ee55ea88..5dc00ac733f 100644 --- a/components/console_simple_init/.cz.yaml +++ b/components/console_simple_init/.cz.yaml @@ -3,6 +3,6 @@ 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.1 + version: 1.0.2 version_files: - idf_component.yml diff --git a/components/console_simple_init/CHANGELOG.md b/components/console_simple_init/CHANGELOG.md index f7662afbbaf..ab0325152c0 100644 --- a/components/console_simple_init/CHANGELOG.md +++ b/components/console_simple_init/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.2](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.2) + +### Bug Fixes + +- Fixed bump version check in publish-docs yml ([e834d47](https://github.com/espressif/esp-protocols/commit/e834d47)) + ## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.1) ### Bug Fixes diff --git a/components/console_simple_init/idf_component.yml b/components/console_simple_init/idf_component.yml index 49d3a55da5d..6b29346b582 100644 --- a/components/console_simple_init/idf_component.yml +++ b/components/console_simple_init/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.0.1 +version: 1.0.2 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: