mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
bump(console): 1.0.1 -> 1.0.2
1.0.2
Bug Fixes
- Fixed bump version check in publish-docs yml (e834d47
)
This commit is contained in:
6
.github/workflows/publish-docs-component.yml
vendored
6
.github/workflows/publish-docs-component.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
sudo apt-get -y install doxygen clang python3-pip
|
sudo apt-get -y install doxygen clang python3-pip
|
||||||
python -m pip install breathe recommonmark esp-docs==1.4.1
|
python -m pip install breathe recommonmark esp-docs==1.4.1
|
||||||
for comp in `ls components`; do
|
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}
|
cd $GITHUB_WORKSPACE/docs/${comp}
|
||||||
if [[ "${{ env.BUMP_COMPONENT }}" == "${comp}" ]]; then
|
if [[ "${{ env.BUMP_COMPONENT }}" == "${comp}" ]]; then
|
||||||
echo "Building specific version of ${comp} (${{ env.BUMP_VERSION }})"
|
echo "Building specific version of ${comp} (${{ env.BUMP_VERSION }})"
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
export GIT_VER=$(git describe --always)
|
export GIT_VER=$(git describe --always)
|
||||||
export GITHUB_REF_NAME=latest
|
export GITHUB_REF_NAME=latest
|
||||||
for comp in `ls components`; do
|
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}"
|
echo "Deploying latest of ${comp}"
|
||||||
export DOCS_BUILD_DIR=$GITHUB_WORKSPACE/docs/${comp}
|
export DOCS_BUILD_DIR=$GITHUB_WORKSPACE/docs/${comp}
|
||||||
export DOCS_DEPLOY_PATH=$DOCS_DEPLOY_PATH_ORIG/${comp}
|
export DOCS_DEPLOY_PATH=$DOCS_DEPLOY_PATH_ORIG/${comp}
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
done;
|
done;
|
||||||
# Deploy docs with version path
|
# Deploy docs with version path
|
||||||
if [[ "${{ env.BUMP_VERSION }}" != "" ]] && [[ -d $GITHUB_WORKSPACE/docs/${{ env.BUMP_COMPONENT }} ]]; then
|
if [[ "${{ env.BUMP_VERSION }}" != "" ]] && [[ -d $GITHUB_WORKSPACE/docs/${{ env.BUMP_COMPONENT }} ]]; then
|
||||||
echo "Deploying specific version of $GITHUB_WORKSPACE/docs/${{ env.BUMP_COMPONENT }} (${{ env.BUMP_VERSION }})"
|
echo "Deploying specific version of ${{ env.BUMP_COMPONENT }} (${{ env.BUMP_VERSION }})"
|
||||||
cd $GITHUB_WORKSPACE/docs/${{ env.BUMP_COMPONENT }}
|
cd $GITHUB_WORKSPACE/docs/${{ env.BUMP_COMPONENT }}
|
||||||
export GITHUB_REF_NAME=${{ env.BUMP_VERSION }}
|
export GITHUB_REF_NAME=${{ env.BUMP_VERSION }}
|
||||||
deploy-docs
|
deploy-docs
|
||||||
|
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(console): $current_version -> $new_version'
|
bump_message: 'bump(console): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
|
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
|
||||||
tag_format: console_simple_init-v$version
|
tag_format: console_simple_init-v$version
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.1)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -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.
|
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
|
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user