Skip to content

Commit

Permalink
BREAKING CHANGE: Cut new release (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Oct 10, 2022
1 parent 01f5f85 commit aae229a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
- [ ] I've used pre-commit hook locally.
- [ ] I've written tests for all new methods and classes that I created.
- [ ] I've written the docstring in Google format for all the methods and classes that I used.
- [ ] Semantic-release prefix title used:
- [ ] Semantic-release prefix title used (case sensitive):
- Use the prefix `chore(docs):` for Examples / docs / tutorials / dependencies update
- Use the prefix `fix:` for a bug fix
(non-breaking change which fixes an issue).
- Use the prefix `chore(improvement):` for an improvement
(non-breaking change which improves an existing feature).
- Use the prefix `feat:` for a new feature
(non-breaking change which adds functionality).
- Use the prefix `breaking change:` for a breaking change
- Use the prefix `BREAKING CHANGE:` for a breaking change
(fix or feature that would cause existing functionality to change).
- Use the prefix `chore(security):` for a security fix.

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/pr-title-linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

echo "${1}" | grep -Ei "^(chore|fix|docs|feat|breaking change|test)(\(.+\))?\:"
echo "${1}" | grep -E "^(BREAKING CHANGE|chore|fix|docs|feat|test)(\(.+\))?\:"

0 comments on commit aae229a

Please sign in to comment.