We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e973616 + 1ef4743 commit 82c9495Copy full SHA for 82c9495
1 file changed
.github/workflows/submit-release.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Staging for Official Repository (Matrix)
63
id: stage-matrix
64
run: |
65
+ rm changelog.txt
66
xmlstarlet ed -L -u '//import[@addon="xbmc.python"]/@version' -v "3.0.0" addon.xml
67
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
68
xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.1" addon.xml
0 commit comments