We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd390a commit 978bc03Copy full SHA for 978bc03
.github/workflows/release.yml
@@ -49,15 +49,6 @@ jobs:
49
50
echo "::set-output name=changelog::$CHANGELOG"
51
52
- # Update Unreleased section with the current release note
53
- - name: Patch Changelog
54
- if: ${{ steps.properties.outputs.changelog != '' }}
55
- run: |
56
- ./gradlew patchChangelog --release-note "$(cat << 'EOM'
57
- ${{ steps.properties.outputs.changelog }}
58
- EOM
59
- )"
60
-
61
# Publish the plugin to the Marketplace
62
- name: Publish Plugin
63
env:
build.gradle.kts
@@ -93,10 +93,6 @@ changelog {
93
94
tasks {
95
96
- buildSearchableOptions {
97
- enabled = false
98
- }
99
100
test {
101
useJUnitPlatform()
102
}
0 commit comments