We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2dbd2 commit 6a38575Copy full SHA for 6a38575
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
zip -r ${ARTIFACT_FILENAME} ${ARTIFACT_FILE}
21
curl -sLO https://raw.githubusercontent.com/bmlt-enabled/release-notes-tool/master/gh-release-notes.sh
22
chmod +x gh-release-notes.sh
23
- ./gh-release-notes.sh CHANGELOG.md "##"
+ ./gh-release-notes.sh bmlt-versions/readme.txt "wp"
24
25
- name: Prepare artifact metadata
26
id: prepare_artifact_metadata
CHANGELOG.md
bmlt-versions/readme.txt
@@ -35,6 +35,9 @@ This section describes how to install the plugin and get it working.
35
36
== Changelog ==
37
38
+= 1.7.0 =
39
+* Modified simple shortcode to display main bmlt apps and relevant info for bmlt.app
40
+
41
= 1.6.1 =
42
* Fix for simple.
43
0 commit comments