Skip to content

Commit

Permalink
fix: level tags (#9)
Browse files Browse the repository at this point in the history
* fix: log levels tag

* fix: log levels tag
  • Loading branch information
danteay committed Apr 17, 2024
1 parent 03a2b57 commit e867d4c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 89 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag_adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
if: steps.check.outputs.any_changed == 'true'
run: pip install -U commitizen

- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git fetch origin --tags

- id: cz
name: Create bump and changelog
if: steps.check.outputs.any_changed == 'true'
Expand All @@ -64,10 +68,6 @@ jobs:
export REV=`cz version --project`
echo "version=$REV" >> $GITHUB_OUTPUT
- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git pull

- name: Push changes
if: steps.check.outputs.any_changed == 'true'
uses: Woile/github-push-action@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tag_logger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
if: steps.check.outputs.any_changed == 'true'
run: pip install -U commitizen

- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git fetch origin --tags

- id: cz
name: Create bump and changelog
if: steps.check.outputs.any_changed == 'true'
Expand All @@ -62,10 +66,6 @@ jobs:
export REV=`cz version --project`
echo "version=$REV" >> $GITHUB_OUTPUT
- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git pull

- name: Push changes
if: steps.check.outputs.any_changed == 'true'
uses: Woile/github-push-action@master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tag_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
if: steps.check.outputs.any_changed == 'true'
run: pip install -U commitizen

- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git fetch origin --tags

- id: cz
name: Create bump and changelog
if: steps.check.outputs.any_changed == 'true'
Expand All @@ -64,10 +68,6 @@ jobs:
export REV=`cz version --project`
echo "version=$REV" >> $GITHUB_OUTPUT
- name: Pull changes
if: steps.check.outputs.any_changed == 'true'
run: git pull

- name: Push changes
if: steps.check.outputs.any_changed == 'true'
uses: Woile/github-push-action@master
Expand Down
2 changes: 1 addition & 1 deletion levels/.cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_customize"
version = "0.1.0"
version = "0.0.0"
tag_format = "levels/v$version"

[tool.commitizen.customize]
Expand Down
76 changes: 0 additions & 76 deletions levels/CHANGELOG.md

This file was deleted.

0 comments on commit e867d4c

Please sign in to comment.