Skip to content

Commit

Permalink
Updating ChangeLog since release of v13.3.0 (#1464)
Browse files Browse the repository at this point in the history
* Updating ChangeLog since v13.3.0 +semver:skip
  • Loading branch information
dscbot authored and johlju committed Jan 18, 2020
1 parent 3c2524e commit 209e6e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"steppable"
],
"[markdown]": {
"files.trimTrailingWhitespace": false,
"files.encoding": "utf8"
}
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

## [Unreleased]

### Changed

- SqlServerDsc
- Azure Pipelines will no longer trigger on changes to just the CHANGELOG.md
(when merging to master).
- The deploy step is no longer run if the Azure DevOps organization URL
does not contain 'dsccommunity'.
- Changed the VS Code project settings to trim trailing whitespace for
markdown files too.

## [13.3.0] - 2020-01-17

### Added

- SqlServerDsc
Expand Down
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ trigger:
branches:
include:
- master
paths:
exclude:
- CHANGELOG.md
tags:
include:
- "v*"
Expand Down Expand Up @@ -244,7 +247,8 @@ stages:
or(
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
)
),
contains(variables['System.TeamFoundationCollectionUri'], 'dsccommunity')
)
jobs:
- job: Deploy_Module
Expand Down

0 comments on commit 209e6e5

Please sign in to comment.