We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7040277 commit 9a1d715Copy full SHA for 9a1d715
cliff.toml
@@ -92,6 +92,7 @@ commit_parsers = [
92
{ message = "(?i)^build", group = "<!-- 29 -->👷 CI/CD"},
93
{ message = ".*", group = "<!-- 30 -->📝 Other"},
94
{ message = "(?i)^merge", group = "<!-- 31 -->🔀 Merges"},
95
+ { message = "(?i)^merge ", group = "<!-- 32 -->🔀 Merges"},
96
]
97
# protect breaking changes from being skipped due to matching a skipping commit_parser
98
protect_breaking_commits = false
fastapi_2fa/main.py
@@ -57,7 +57,7 @@ async def app_startup():
57
58
@app.get('/')
59
async def main():
60
- return "APp is running"
+ return "App is running"
61
62
63
if __name__ == '__main__':
0 commit comments