We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e15ef1 commit 359ffc4Copy full SHA for 359ffc4
1 file changed
azure-pipelines.yml
@@ -41,4 +41,17 @@ steps:
41
inputs:
42
filePath: 'Publish-ToPSGallery.ps1'
43
arguments: '-nuGetApiKey $(PSGallery_PAT) -moduleVersion $(Build.SemVerId)'
44
- displayName: Publish-ToPSGallery.ps1
+ displayName: Publish-ToPSGallery.ps1
45
+
46
+- task: GitHubRelease@1
47
+ inputs:
48
+ gitHubConnection: 'Github Repos'
49
+ repositoryName: '$(Build.Repository.Name)'
50
+ action: 'create'
51
+ target: '$(Build.SourceVersion)'
52
+ tagSource: 'userSpecifiedTag'
53
+ tag: '$(Build.SemVerId)'
54
+ title: 'Version $(Build.SemVerId)'
55
+ releaseNotesFilePath: 'README.md'
56
+ changeLogCompareToRelease: 'lastFullRelease'
57
+ changeLogType: 'commitBased'
0 commit comments