Skip to content

Commit

Permalink
Merge pull request #1 from euripedesrocha/ci/fix_tag_creation
Browse files Browse the repository at this point in the history
Ci/fix tag creation
  • Loading branch information
euripedesrocha authored Oct 24, 2023
2 parents a7d9818 + fb1d61a commit 8bc746f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ci/detect_component_bump
Original file line number Diff line number Diff line change
Expand Up @@ -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: }
Expand Down
2 changes: 1 addition & 1 deletion components/asio/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions components/asio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/asio/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8bc746f

Please sign in to comment.