Skip to content

Commit

Permalink
Merge branch 'adapters_refactor' into 'master'
Browse files Browse the repository at this point in the history
Adapters refactor

See merge request diefans/buvar!14
  • Loading branch information
diefans committed Jul 23, 2021
2 parents b56ab9f + 63c3a55 commit c0fe410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ bump:
image: python:3.8
stage: bump
only:
- master
refs:
- master
before_script:
- pip install commitizen
# setup ssh
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "cz_conventional_commits"
version = "0.43.0"
tag_format = "$version"

bump_message = "release $current_version → $new_version [skip-ci]"

version_files = [
"VERSION",
Expand Down

0 comments on commit c0fe410

Please sign in to comment.