From e5aa1b907ba78ca6db418e1c8a7b10cd74176d83 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Tue, 24 Oct 2023 09:06:36 +0200 Subject: [PATCH 1/3] ci(common): Fix tag creation In case the component needs versioning for the package version, e.g. asio, the tag needs to be adjusted. --- ci/detect_component_bump | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/detect_component_bump b/ci/detect_component_bump index 2d73fbb674..5b6b9ee5e1 100755 --- a/ci/detect_component_bump +++ b/ci/detect_component_bump @@ -12,6 +12,7 @@ if git log -1 -m --name-only --pretty="" | grep -q components/${comp}/idf_compon echo "${comp}: Component version file has changed" version=`grep version: components/${comp}/.cz.yaml` version=${version#*version: } + version="${version//\~/_}" tag_format=`grep tag_format: components/${comp}/.cz.yaml` tag_format=${tag_format#*tag_format: } From 00b0f971201de5022a18f4114f3a66a7b49e6f08 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Tue, 24 Oct 2023 09:12:01 +0200 Subject: [PATCH 2/3] ci(common): Disable upstream check --- .github/workflows/publish-docs-component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs-component.yml b/.github/workflows/publish-docs-component.yml index f62c60b574..0dfebb454d 100644 --- a/.github/workflows/publish-docs-component.yml +++ b/.github/workflows/publish-docs-component.yml @@ -17,7 +17,7 @@ jobs: name: Publish Tag, Release, Docs, Component runs-on: ubuntu-latest # Skip running on forks since it won't have access to secrets - if: github.repository == 'espressif/esp-protocols' + # if: github.repository == 'espressif/esp-protocols' steps: - name: Checkout esp-protocols uses: actions/checkout@v3 From fb1d61a9a32de07e3fe8a2100d1f5928a4aacb5b Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Tue, 24 Oct 2023 09:18:05 +0200 Subject: [PATCH 3/3] bump(asio): 1.28.0~0 -> 1.28.0~1 Changes only metadata for component publishing --- components/asio/.cz.yaml | 2 +- components/asio/CHANGELOG.md | 4 ++++ components/asio/idf_component.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/asio/.cz.yaml b/components/asio/.cz.yaml index a993a13894..bafdd33059 100644 --- a/components/asio/.cz.yaml +++ b/components/asio/.cz.yaml @@ -2,6 +2,6 @@ commitizen: bump_message: 'bump(asio): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py asio tag_format: asio-v$version - version: 1.28.0~0 + version: 1.28.0~1 version_files: - idf_component.yml diff --git a/components/asio/CHANGELOG.md b/components/asio/CHANGELOG.md index 994b65791c..049320c704 100644 --- a/components/asio/CHANGELOG.md +++ b/components/asio/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.28.0~1](https://github.com/espressif/esp-protocols/commits/asio-v1.28.0_1) + +- Updated only metadata, previous tag wasn't created. + ## [1.28.0~0](https://github.com/espressif/esp-protocols/commits/asio-1.28.0~0) ### Features diff --git a/components/asio/idf_component.yml b/components/asio/idf_component.yml index 2a9a960b77..fcdae754cf 100644 --- a/components/asio/idf_component.yml +++ b/components/asio/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.28.0~0" +version: "1.28.0~1" description: ASIO url: https://github.com/espressif/esp-protocols/tree/master/components/asio dependencies: