Skip to content

Commit cadb948

Browse files
authored
chore(skip-release): Prepare for 0.4.0 (#75)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent a66894e commit cadb948

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ jobs:
2020
id: get_version
2121
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
2222
- name: Simple conventional changelog
23-
uses: lstocchi/[email protected].6
23+
uses: lstocchi/[email protected].11
2424
id: changelog
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
current-tag: ${{ steps.get_version.outputs.VERSION }}
2828
types-mapping: 'feat:Features,fix:Bug Fixes,docs:Documentation,refactor:Refactoring,build:Builds,chore:Other'
2929
scopes-mapping: 'UI:UI,Hub:Hub'
30-
- run: |
31-
echo '${{ steps.changelog.outputs.changelog }}'
3230
- name: Create Release
3331
id: create_release
3432
uses: actions/create-release@v1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ideaVersion = IC-2021.1
2-
projectVersion=0.4.0-SNAPSHOT
2+
projectVersion=0.4.0
33
jetBrainsToken=invalid
44
jetBrainsChannel=stable

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
]]></description>
8888

8989
<change-notes><![CDATA[
90+
<p><b>0.4.0</b></p>
91+
<p>Security fixes.</p>
92+
<p>Fix NPE when opening editor.</p>
9093
<p><b>0.3.0</b></p>
9194
<p>Stack Analysis capability is implemented to see detailed analysis of stack.</p>
9295
<p>Support for Golang dependencies in Component Analysis.</p>

0 commit comments

Comments
 (0)