Skip to content

Commit 14d2821

Browse files
committed
chore: update nanobanana to beta version and fix repository URLs
- Update commit convention to require English messages - Change nanobanana submodule URL to git@github.com:pleaseai/nanobanana-plugin.git - Update nanobanana package version to 1.0.0-beta.1 - Fix repository URLs in mcp-server package.json
1 parent 77d5860 commit 14d2821

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "plugins/nanobanana"]
22
path = plugins/nanobanana
3-
url = https://github.com/pleaseai/nanobanana
3+
url = git@github.com:pleaseai/nanobanana-plugin.git
44
[submodule "plugins/flutter"]
55
path = plugins/flutter
66
url = git@github.com:pleaseai/flutter.git

docs/commit-convention.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ echo "export default {extends: ['@commitlint/config-conventional']};" > commitli
1414

1515
## Project-Specific Conventions
1616

17-
1. **제목과 본문은 한글로 작성합니다** (type과 scope는 영어 유지)
17+
1. **Write commit messages in English** (type and scope in lowercase)
1818

1919
```sh
2020
# Good examples
21-
feat: 사용자 인증 기능 추가
22-
fix(auth): 로그인 실패 시 에러 처리 개선
23-
docs: 커밋 컨벤션 문서 업데이트
21+
feat: add user authentication feature
22+
fix(auth): improve error handling on login failure
23+
docs: update commit convention documentation
2424

25-
feat: 새로운 결제 시스템 구현
25+
feat: implement new payment system
2626

27-
결제 모듈을 PG사 API와 연동하여
28-
신용카드 및 간편결제를 지원합니다.
27+
Integrate payment module with PG API
28+
to support credit card and simple payments.
2929

3030
# Bad examples
31-
feat: add user authentication # 영어로 작성됨
32-
Fix: 버그 수정 # type이 대문자로 시작
31+
feat: 사용자 인증 기능 추가 # Written in Korean
32+
Fix: bug fix # Type starts with uppercase
3333
```
3434

3535
## Rules

0 commit comments

Comments
 (0)