Skip to content

Commit

Permalink
ci(intellij): ensure plugin description is updated from readme.md as …
Browse files Browse the repository at this point in the history
…part of release
  • Loading branch information
chrissimon-au committed Mar 11, 2024
1 parent 12e8106 commit eaf7d08
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,19 @@
},
"replacements": [{
"files": ["intellij/contextive/src/main/resources/META-INF/plugin.xml"],
"from": " <change-notes><!\\[CDATA\\[(\n|.)*\\]\\]><\\/change-notes>",
"to": " <change-notes><![CDATA[${htmlFiles.changeLog}]]></change-notes>",
"from": "<change-notes><!\\[CDATA\\[(\n|.)*\\]\\]><\\/change-notes>",
"to": "<change-notes><![CDATA[${htmlFiles.changeLog}]]></change-notes>",
"results": [{
"file": "intellij/contextive/src/main/resources/META-INF/plugin.xml",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}],
"countMatches": true
},{
"files": ["intellij/contextive/src/main/resources/META-INF/plugin.xml"],
"from": "<description><!\\[CDATA\\[(\n|.)*\\]\\]><\\/description>",
"to": "<description><![CDATA[${htmlFiles.intelliJReadme}]]></description>",
"results": [{
"file": "intellij/contextive/src/main/resources/META-INF/plugin.xml",
"hasChanged": true,
Expand Down

0 comments on commit eaf7d08

Please sign in to comment.