release(jetbrains): v7.0.12-rc.2

This commit is contained in:
kilo-maintainer[bot]
2026-07-27 21:16:38 +00:00
parent f84f3773f1
commit de105b79da
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -102,6 +102,15 @@
## [Unreleased]
## [7.0.12-rc.2] - 2026-07-27
### Fixed
- fix(jetbrains): use file signing inputs for bundled publish by @kirillk in https://github.com/Kilo-Org/kilocode/pull/12578
### Changed
- release(jetbrains): v7.0.12-rc.1 by @kilo-maintainer[bot] in https://github.com/Kilo-Org/kilocode/pull/12577
## [7.0.12-rc.1] - 2026-07-27
### Added
+1 -1
View File
@@ -1,5 +1,5 @@
kotlin.stdlib.default.dependency=false
kilo.jetbrains.version=7.0.12-rc.1
kilo.jetbrains.version=7.0.12-rc.2
# When true (default) the JetBrains plugin uses the pinned CLI release from package.json.
# Set to false ONLY for local dev: generate the client from local source + bundle the local binary.
# false is NOT releasable -- production builds fail unless this is true.