Skip to content

Commit

Permalink
Pre-release v0.7.0-B190613 (#183)
Browse files Browse the repository at this point in the history
- Updated change log for release
- Update GitHub release
  • Loading branch information
BernieWhite authored Jun 15, 2019
1 parent 5afcea6 commit 25bd49b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,16 @@ stages:
# Install pipeline dependencies and build module
- powershell: Invoke-Build Release -ApiKey $(apiKey)
displayName: 'Publish module'
# Update GitHub release
- task: GitHubRelease@0
displayName: 'GitHub release'
inputs:
gitHubConnection: 'AzureDevOps-PSRule'
repositoryName: '$(Build.Repository.Name)'
action: edit
tag: '$(Build.SourceBranchName)'
releaseNotesSource: input
releaseNotes: 'See [change log](https://github.com/BernieWhite/PSRule/blob/master/CHANGELOG.md)'
assetUploadMode: replace
addChangeLog: false
isPreRelease: $[ contains(variables['Build.SourceBranchName'], '-B') ]
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

## Unreleased

## v0.7.0-B190613 (pre-release)

- Added support for `Invoke-PSRule` to return CSV formatted results. [#169](https://github.com/BernieWhite/PSRule/issues/169)
- To generate CSV results use the `-OutputFormat Csv` parameter.
- Added `Output.Path` option to allow output to be saved directly to file.
Expand Down

0 comments on commit 25bd49b

Please sign in to comment.