Skip to content

Commit

Permalink
fix(semantic): fix stuff (#39)
Browse files Browse the repository at this point in the history
* ci(releaserc): attempt to sort groups

* docs(readme): update Description section

* refactor(meta): add role owner in the galaxy_tags

* fix(readme): add TODO
  • Loading branch information
donhector authored Dec 1, 2021
1 parent f871b63 commit d4d1c73
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ repos:
args: ['test']
pass_filenames: false
language: system
stages: [push]
4 changes: 0 additions & 4 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ plugins:
# Analyze that commits conform to the preset specification
- - "@semantic-release/commit-analyzer"
- releaseRules:
- breaking: true
release: major
- revert: true
release: patch
- type: feat
release: minor
- type: fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ TODO
------------
Research hook execution order: We want commitizen to run prior to molecule test
Investigate why there was no release even with `fix:` commits
Research semantic pull-requests, so titles follow conventional commits spec
Research semantic pull-requests, so PR titles follow conventional commits spec

0 comments on commit d4d1c73

Please sign in to comment.