Kristy Tian
Results
2
comments of
Kristy Tian
@Lee-W when I do the customize config like this: ``` bump_pattern = "^(break|new|fix|hotfix|ci)" changelog_pattern = "^(break|new|fix|hotfix|ci)" ``` And I have a commit like "ci: changed ci". Then when I run...
FYI: I did implemented Azure Auth in my application, which is really durable. I used https://github.com/intility/fastapi-azure-auth library. And I added a few code in ```service.py``` to achieve this. here is...