Skip to content

Commit e097249

Browse files
committed
Upload snapshot artifact in Actions
1 parent d9902cd commit e097249

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/gradle.yml

+10
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@ jobs:
3030
- name: Build with Gradle
3131
run: ./gradlew build -PideaVersion=${IDEA_VERSION} -PkotlinVersion=${KOTLIN_VERSION}
3232
env: ${{ matrix.env }}
33+
34+
- name: Prepare distribution
35+
run: cd build/distributions && unzip pebble-intellij*.zip
36+
37+
- name: Archive distribution artifact
38+
uses: actions/upload-artifact@v3
39+
with:
40+
name: "pebble-intellij-development"
41+
path: build/distributions/pebble-intellij
42+
if: matrix.env.IDEA_VERSION == 'IU-2022.2'

src/main/resources/META-INF/plugin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ul>
1414
<li>Automatically show the completion popup after typing `{%`</li>
1515
<li>Add support for built-in functions like `i18n` (<a href="https://github.com/bjansen/pebble-intellij/issues/163">#163</a>)</li>
16+
<li>Fixed incorrect closing of double quotes (<a href="https://github.com/bjansen/pebble-intellij/issues/176">#176</a>)</li>
1617
</ul>
1718
1819
Full changelog at https://github.com/bjansen/pebble-intellij/milestone/10?closed=1

0 commit comments

Comments
 (0)