Skip to content

Commit

Permalink
docs(shire): add diff information to shire-toolchain-variable.md
Browse files Browse the repository at this point in the history
Update the shire-toolchain-variable documentation by including the new `diff` variable that represents the diff information for the selected commit. Additionally, bump the plugin version from 1.0.6-SNAPSHOT to 1.0.6.
  • Loading branch information
phodal committed Nov 24, 2024
1 parent d448e33 commit 8c97265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/shire/shire-toolchain-variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Git 工具链提供以下变量:
- `currentChanges`,当前分支的当前更改。
- `currentBranch`,当前分支的名称。
- `historyCommitMessages`,当前提交的提交消息。
- `diff`,当前选中 commit 的 diff 信息。

## SonarQube

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginGroup = com.phodal.shire
pluginName = Shire - AI Coding Agent Language
pluginRepositoryUrl = https://github.com/phodal/shire
# SemVer format -> https://semver.org
pluginVersion = 1.0.6-SNAPSHOT
pluginVersion = 1.0.6

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
Expand Down

0 comments on commit 8c97265

Please sign in to comment.