Skip to content

Commit

Permalink
refactor(cleanup): cleanup unused code (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
donhector authored Dec 1, 2021
1 parent 36abc38 commit cbe0a8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[tool.commitizen]
name = "cz_customize"
#version = "1.3.0"
#tag_format = "v$version"
#bump_message = "bump: $current_version → $new_version"
#update_changelog_on_bump = true
#annotated_tag = true

[tool.commitizen.customize]
message_template = "{{type}}{% if scope %}({{scope}}){% endif %}{% if is_breaking_change %}!{% endif %}: {{subject}}{% if body %}\n\n{{body}}{% endif %}{% if footer %}\n\n{{footer}}{% endif %}"
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CD

on: # yamllint disable-line rule:truthy
push:
# tags:
# - 'v*.*.*'
branches:
- master
- main
Expand Down Expand Up @@ -64,13 +62,3 @@ jobs:
ansible-galaxy role import
--api-key ${{ secrets.GALAXY_API_KEY }}
${GITHUB_REPOSITORY%%/*} ${GITHUB_REPOSITORY#*/}
# - name: Get the tag version
# id: get_version
# run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

# - name: Release to Github
# uses: softprops/action-gh-release@v1
# with:
# tag_name: ${{ steps.get_version.outputs.VERSION }}
# generate_release_notes: true
27 changes: 0 additions & 27 deletions .github/workflows/tag.yml

This file was deleted.

File renamed without changes.

0 comments on commit cbe0a8f

Please sign in to comment.