Skip to content

Commit af5ce9e

Browse files
committed
chore: prepare version 1.23
1 parent e96469f commit af5ce9e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
name: Java CI for releases
55

66
on:
7-
create:
8-
tags:
9-
- '*'
7+
release:
8+
types:
9+
- published
10+
1011
jobs:
1112
build:
1213

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Overridden by Gradle during releases
2-
pluginVersion=next-SNAPSHOT
2+
pluginVersion=1.23
33

44
# e.g. IC-2016.3.3, IU-2018.2.5 etc
55
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ For really big files and slow grammars, there is an appreciable delay when displ
7373

7474
<change-notes><![CDATA[
7575
<ul>
76-
<li>Time column sorted as string when “Show expert columns" selected (<a href="https://github.com/antlr/intellij-plugin-v4/issues/655">#655</a>)</li>
77-
<li>Go To -> Declaration or Usages from declaration should not include the declaration (<a href="https://github.com/antlr/intellij-plugin-v4/issues/629">#629</a>)</li>
78-
<li>NullPointer in antlr.intellij.plugin (<a href="https://github.com/antlr/intellij-plugin-v4/issues/627">#627</a>)</li>
79-
<li>Exception in plugin ANTLR v4(1.20) on IntelliJ IDEA 2023.1.3 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/650">#650</a>)</li>
80-
<li>Structure view shows "loading ..." but nothing comes up (<a href="https://github.com/antlr/intellij-plugin-v4/issues/659">#659</a>)</li>
76+
<li>Fixed NullPointerException on startup (<a href="https://github.com/antlr/intellij-plugin-v4/issues/681">#681</a>)</li>
77+
<li>Fixed read access error when using the Preview window (<a href="https://github.com/antlr/intellij-plugin-v4/issues/677">#677</a>)</li>
78+
<li>Fixed broken SVG export (<a href="https://github.com/antlr/intellij-plugin-v4/issues/669">#669</a>)</li>
8179
</ul>
82-
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.22+is%3Aclosed">fixed issues</a>.
80+
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.23+is%3Aclosed">fixed issues</a>.
8381
]]>
8482
</change-notes>
8583

0 commit comments

Comments
 (0)