Skip to content

Commit

Permalink
chore: release to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 5, 2024
1 parent 265d343 commit 8eebbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev
pluginName = AutoDev
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
# SemVer format -> https://semver.org
pluginVersion = 1.5.2-SNAPSHOT
pluginVersion = 1.5.2

# Supported IDEs: idea, pycharm
baseIDE=idea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CodeReviewAction : ChatBaseAction() {
}

stories = fetchKanbanByCommits(repository, details)
}, "Prepare repository", true, project)
}, "Prepare Repository", true, project)

val vcsPrompting = project.service<VcsPrompting>()
val fullChangeContent =
Expand Down

0 comments on commit 8eebbf7

Please sign in to comment.