1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

v1.0 release

This commit is contained in:
hustcer
2025-01-29 20:38:29 +08:00
parent 030b01843c
commit 00000001b5
2 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2025-01-29
### Bug Fixes
- Fix gh token error
- Fix add comment error
- Make action fail if no response returned from deepseek (#3)
### Documentation
- Update README.md (#16)
### Features
- Add Github PR code review support
- Add local code changes code review support
### Miscellaneous Tasks
- Update prompts to English (#5)
- Update prompts to English in action.yaml (#9)

View File

@@ -1,7 +1,7 @@
{
"name": "deepseek-review",
"version": "0.1.0",
"actionVer": "v0.1",
"version": "1.0.0",
"actionVer": "v1.0",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/deepseek-review",