diff --git a/.github/workflows/tag_adapters.yml b/.github/workflows/tag_adapters.yml index 7a19287..f83d9de 100644 --- a/.github/workflows/tag_adapters.yml +++ b/.github/workflows/tag_adapters.yml @@ -62,7 +62,7 @@ jobs: working-directory: adapters/${{ matrix.adapter }} run: | python -m pip install -U commitizen - cz bump --changelog --yes + cz bump --yes export REV=`cz version --project` echo "version=$REV" >> $GITHUB_OUTPUT diff --git a/adapters/slog/CHANGELOG.md b/adapters/slog/CHANGELOG.md deleted file mode 100644 index 63c9423..0000000 --- a/adapters/slog/CHANGELOG.md +++ /dev/null @@ -1,85 +0,0 @@ -## adapters/slog/v0.2.0 (2024-04-17) - - -- fix: tag (#7) -- * chore: remove .idea folder - -* feat: change iota on levels - -* chore: format - -* fix: change pull before tag -- bump: version 0.0.0 → 0.1.0 -- feat: format imports (#6) -- * chore: remove .idea folder - -* feat: change iota on levels - -* chore: format -- fix: skip tag (#5) -- * feat: add slog adapter - -* fix: modify mod versions - -* chore: save - -* ci: modify pipelines - -* fix: skip tag - -* chore: fields constructor doc -- chore: fix levels tag name (#4) -- * feat: add slog adapter - -* fix: modify mod versions - -* chore: save - -* ci: modify pipelines - -* chore: fix tag name on levels -- bump: version 0.0.0 → 0.1.0 -- feat: add slog adapter (#3) -- * feat: add slog adapter - -* fix: modify mod versions - -* chore: save - -* ci: modify pipelines - -* fix: ci deployment - -* chore: add comments -- chore(deps): bump tj-actions/changed-files from 22.2 to 26.1 (#2) -- Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 22.2 to 26.1. -- [Release notes](https://github.com/tj-actions/changed-files/releases) -- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) -- [Commits](https://github.com/tj-actions/changed-files/compare/v22.2...v26.1) - ---- -updated-dependencies: -- dependency-name: tj-actions/changed-files - dependency-type: direct:production - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- feat: add slog adapter (#1) -- * feat: add slog adapter - -* ci: upgrade pre commit hooks - -* fix: modify mod versions - -* chore: save - -* ci: modify pipelines - -* chore: modify go version - -* ci: remove go 1.20 from pipeline - -* ci: complete first iteration of tagging -- chore: add first version