Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed May 8, 2020
1 parent 194d877 commit 8cb6f8a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 33 deletions.
13 changes: 13 additions & 0 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
tag_filter_regexp = r'^v?[0-9]+\.[0-9]+(\.[0-9]+)?$'

ignore_regexps = [
r'[Dd]eps',
r'@minor', r'!minor',
r'@cosmetic', r'!cosmetic',
r'@refactor', r'!refactor',
r'@wip', r'!wip',
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[p|P]kg:',
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[d|D]ev:',
r'^(.{3,3}\s*:)?\s*[fF]irst commit.?\s*$',
r'^$', ## ignore commits with empty messages
]
64 changes: 32 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ webassets = "< 2"

# Forms add-ons
WTForms-Alchemy = ">=0.12"
WTForms-Components = ">=0.10"
wtforms-sqlalchemy = "*"

# pathlib is included in python 3.4, and very useful
Expand Down

0 comments on commit 8cb6f8a

Please sign in to comment.