Files
bridget/package.json
Sped0n b1303970da #
# <type><package>: <subject> {needed}
# 
# <body> {optional}
# 
# <footer> {optional}
# 
# example:
# feat(login): implementation login api function
#
# finished login module and integration with server login api
# 
# <Type>
# feat: new feature
# fix: bug fix
# docs: docs only changes
# style: style changes
# refactor: feature refactor
# perf: performance optimize
# test: test related changes
# build: build related changes
# ci: ci related changes
# chore: changes not related to src or test files
# revert: reverts a previous commit
# 
# <Subject>
# describe all major changes briefly
# 
# <Body>
# detailed info on major changes
#
2023-10-29 12:50:14 +08:00

1.4 KiB