File tree 7 files changed +18
-8
lines changed
7 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
shell : bash
134
134
135
135
# Create a release at {steps.required-variables.outputs.branch}
136
- # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1 .0.0-Matrix
136
+ # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20 .0.0-Nexus
137
137
# - release body: {steps.required-variables.outputs.changes}
138
138
- name : Create Release
139
139
id : create-release
Original file line number Diff line number Diff line change 50
50
working-directory : ${{ github.event.repository.name }}
51
51
52
52
# Create a release at {steps.required-variables.outputs.branch}
53
- # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 1 .0.0-Matrix
53
+ # - tag and release name format: {steps.required-variables.outputs.version}-{steps.required-variables.outputs.branch} ie. 20 .0.0-Nexus
54
54
# - release body: {steps.required-variables.outputs.changes}
55
55
- name : Create Release
56
56
id : create-release
Original file line number Diff line number Diff line change 1
- buildPlugin(version : " Matrix " )
1
+ buildPlugin(version : " Nexus " )
Original file line number Diff line number Diff line change 1
1
[ ![ License: GPL-2.0-or-later] ( https://img.shields.io/badge/License-GPL%20v2+-blue.svg )] ( LICENSE.md )
2
- [ ![ Build and run tests] ( https://github.com/kodi-pvr/pvr.stalker/actions/workflows/build.yml/badge.svg?branch=Matrix )] ( https://github.com/kodi-pvr/pvr.stalker/actions/workflows/build.yml )
3
- [ ![ Build Status] ( https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.stalker?branchName=Matrix )] ( https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=71&branchName=Matrix )
4
- [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.stalker/job/Matrix /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.stalker/branches/ )
2
+ [ ![ Build and run tests] ( https://github.com/kodi-pvr/pvr.stalker/actions/workflows/build.yml/badge.svg?branch=Nexus )] ( https://github.com/kodi-pvr/pvr.stalker/actions/workflows/build.yml )
3
+ [ ![ Build Status] ( https://dev.azure.com/teamkodi/kodi-pvr/_apis/build/status/kodi-pvr.pvr.stalker?branchName=Nexus )] ( https://dev.azure.com/teamkodi/kodi-pvr/_build/latest?definitionId=71&branchName=Nexus )
4
+ [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/kodi-pvr/job/pvr.stalker/job/Nexus /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-pvr%2Fpvr.stalker/branches/ )
5
5
[ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/5120/badge.svg )] ( https://scan.coverity.com/projects/5120 )
6
6
7
7
# Stalker PVR
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variables:
4
4
trigger :
5
5
branches :
6
6
include :
7
- - Matrix
7
+ - Nexus
8
8
- releases/*
9
9
paths :
10
10
include :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<addon
3
3
id =" pvr.stalker"
4
- version =" 7.1.1 "
4
+ version =" 20.0.0 "
5
5
name =" Stalker Client"
6
6
provider-name =" Jamal Edey" >
7
7
<requires >@ADDON_DEPENDS@</requires >
Original file line number Diff line number Diff line change
1
+ v20.0.0
2
+ - Translations updates from Weblate
3
+ - Danish (da_dk)
4
+ - To allow also addon.xml content update by Weblate
5
+ - Minor cleanups on addon.xml
6
+ - Changed test builds to 'Kodi 20 Nexus'
7
+ - Increased version to 20.0.0
8
+ - With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
9
+ This done to know easier to which Kodi the addon works.
10
+
1
11
v7.1.1
2
12
- Language update from Weblate
3
13
You can’t perform that action at this time.
0 commit comments