We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c761f commit be36d21Copy full SHA for be36d21
.github/workflows/release.yml
@@ -28,12 +28,12 @@ jobs:
28
java-version: 11
29
cache: gradle
30
31
- # Update Unreleased section with the current release note
32
- - name: Patch Changelog
33
- run: |
34
- ./gradlew patchChangelog --release-note="`cat << EOM
35
- ${{ github.event.release.body }}
36
- EOM`"
+# # Update Unreleased section with the current release note
+# - name: Patch Changelog
+# run: |
+# ./gradlew patchChangelog --release-note="`cat << EOM
+# ${{ github.event.release.body }}
+# EOM`"
37
38
# Publish the plugin to the Marketplace
39
- name: Publish Plugin
0 commit comments