Skip to content

Commit 373c4e5

Browse files
committed
Release: v2.1.20-0.12.0
1 parent 5b3175b commit 373c4e5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changelog/v2.1.20-0.12.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Kotlin version: `v2.1.20`
2+
3+
> [!warning] Refactored
4+
> Some of this was refactored in #93:
5+
> - Module splitting
6+
> - Gradle Plugin API changes: deprecated `suspendTransform { ... }` and a new Gradle Property API-based `suspendTransformPlugin { ... }`
7+
>
8+
> For more, see #93 .
9+
>
10+
> Although after some testing, the generated code is consistent and compatible before and after the configuration migration, but after all, there are a lot of changes, so please pay more attention to it.
11+
> Please feel free to provide feedback if you have any questions!

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: softprops/action-gh-release@v2
128128
with:
129129
token: ${{ secrets.FORTE_TOKEN }}
130-
draft: true
130+
# draft: true
131131
body_path: .changelog/${{ github.ref_name }}.md
132132
generate_release_notes: true
133133
prerelease: ${{ contains(github.ref_name, 'preview') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'alpha') }}

0 commit comments

Comments
 (0)