Skip to content

Commit 35e1d51

Browse files
authored
Merge pull request #160 from AlwinEsch/Nexus-change
[Nexus] initial release change for new Kodi 20 Nexus version
2 parents 80756bb + 3d75c4e commit 35e1d51

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

.github/workflows/changelog-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
shell: bash
134134

135135
# 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
137137
# - release body: {steps.required-variables.outputs.changes}
138138
- name: Create Release
139139
id: create-release

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ${{ github.event.repository.name }}
5151

5252
# 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
5454
# - release body: {steps.required-variables.outputs.changes}
5555
- name: Create Release
5656
id: create-release

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildPlugin(version: "Matrix")
1+
buildPlugin(version: "Nexus")

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![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/)
55
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120)
66

77
# Stalker PVR

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
trigger:
55
branches:
66
include:
7-
- Matrix
7+
- Nexus
88
- releases/*
99
paths:
1010
include:

pvr.stalker/addon.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="pvr.stalker"
4-
version="7.1.1"
4+
version="20.0.0"
55
name="Stalker Client"
66
provider-name="Jamal Edey">
77
<requires>@ADDON_DEPENDS@</requires>

pvr.stalker/changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
v7.1.1
212
- Language update from Weblate
313

0 commit comments

Comments
 (0)