Skip to content

Commit 8eebbf7

Browse files
committed
chore: release to 1.5.2
1 parent 265d343 commit 8eebbf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev
77
pluginName = AutoDev
88
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
99
# SemVer format -> https://semver.org
10-
pluginVersion = 1.5.2-SNAPSHOT
10+
pluginVersion = 1.5.2
1111

1212
# Supported IDEs: idea, pycharm
1313
baseIDE=idea

src/main/kotlin/cc/unitmesh/devti/actions/vcs/CodeReviewAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CodeReviewAction : ChatBaseAction() {
5959
}
6060

6161
stories = fetchKanbanByCommits(repository, details)
62-
}, "Prepare repository", true, project)
62+
}, "Prepare Repository", true, project)
6363

6464
val vcsPrompting = project.service<VcsPrompting>()
6565
val fullChangeContent =

0 commit comments

Comments
 (0)