Skip to content

Commit c2b038a

Browse files
committed
Merged PR 164: Updating the versioning system to take care of recent changes
- Updated list of tasks - Update Docs and version numbers
1 parent a7fbdbf commit c2b038a

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
assembly-versioning-scheme: MajorMinorPatch
22
mode: ContinuousDeployment
33
continuous-delivery-fallback-tag: ''
4-
next-version: 4.0.0
4+
next-version: 4.11.0 # Must increase Minor when increasing major (only minor and patch are used in task.json and major is hard coded. Blame Chris Paterson (smile)
55
branches:
66
master:
77
mode: ContinuousDeployment

inheritedprocessmigration/vCurrent/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ineritedprocessmigration",
44
"friendlyName": "VSTS Inherited Process Migration",
55
"description": "Supports migration/import/export of inherited processes from VSTS Organisations",
6-
"helpMarkDown": "v4.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
6+
"helpMarkDown": "v1.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [
99
"Build",
@@ -15,7 +15,7 @@
1515
],
1616
"author": "naked Agility Limited - Martin Hinshelwood",
1717
"version": {
18-
"Major": "#{GitVersion.Major}#",
18+
"Major": "1",
1919
"Minor": "#{GitVersion.Minor}#",
2020
"Patch": "#{GitVersion.Patch}#"
2121
},

processtemplatetask/v1/task.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplate",
4-
"friendlyName": "VSTS XML Process Import",
5-
"description": "Deploys an XML Process to VSTS",
6-
"helpMarkDown": "v1.10.0 Final - Move to v2 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
4+
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5+
"description": "[DEPRICATED] Deploys an XML Process to VSTS",
6+
"helpMarkDown": "v1.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}#2 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [
99
"Build",
1010
"Release"
1111
],
1212
"author": "Martin Hinshelwood",
1313
"version": {
14-
"Major": 1,
15-
"Minor": 10,
16-
"Patch": 0
14+
"Major": "1",
15+
"Minor": "#{GitVersion.Minor}#",
16+
"Patch": "#{GitVersion.Patch}#"
1717
},
1818
"minimumAgentVersion": "1.92.0",
1919
"groups": [

processtemplatetask/v2/task.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplatetask",
4-
"friendlyName": "VSTS XML Process Import",
5-
"description": "Imports an XML Process to VSTS.",
6-
"helpMarkDown": "v2.2.0 FINAL [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
4+
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5+
"description": "[DEPRICATED] Imports an XML Process to VSTS.",
6+
"helpMarkDown": "v2.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [
99
"Build",
@@ -15,8 +15,8 @@
1515
"author": "naked Agility Limited - Martin Hinshelwood",
1616
"version": {
1717
"Major": "2",
18-
"Minor": "3",
19-
"Patch": "7"
18+
"Minor": "#{GitVersion.Minor}#",
19+
"Patch": "#{GitVersion.Patch}#"
2020
},
2121
"minimumAgentVersion": "1.92.0",
2222
"groups": [

processtemplatetask/v3/task.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "63823D31-810C-4957-9BC1-859757ACE94D",
33
"name": "processtemplatetask",
4-
"friendlyName": "VSTS XML Process Import",
5-
"description": "Imports an XML Process to VSTS.",
6-
"helpMarkDown": "v3.0.1 [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
4+
"friendlyName": "[DEPRICATED] VSTS XML Process Import",
5+
"description": "[DEPRICATED] Imports an XML Process to VSTS.",
6+
"helpMarkDown": "v3.#{GitVersion.Minor}#.#{GitVersion.Patch}#.#{GitVersion.COMMITSSINCEVERSIONSOURCE}# [More Information](https://github.com/nkdAgility/vsts-process-template-task#readme)",
77
"category": "Deploy",
88
"visibility": [
99
"Build",
@@ -15,8 +15,8 @@
1515
"author": "naked Agility Limited - Martin Hinshelwood",
1616
"version": {
1717
"Major": "3",
18-
"Minor": "0",
19-
"Patch": "1"
18+
"Minor": "#{GitVersion.Minor}#",
19+
"Patch": "#{GitVersion.Patch}#"
2020
},
2121
"minimumAgentVersion": "1.92.0",
2222
"groups": [

0 commit comments

Comments
 (0)