File tree Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
41
- Test-InvokeCommandFilter
42
42
- Resolve-NodeProperty.ps1
43
43
- New-DatumFileProvider.ps1
44
- - Added 'GitHubConfig' to build.yml
44
+ - Added 'GitHubConfig' to build.yml and updating main branch to main.
45
45
46
46
## [ 0.0.39] - 2020-09-29
47
47
Original file line number Diff line number Diff line change 1
1
mode : ContinuousDelivery
2
- next-version : 0.38
2
+ next-version : 0.40.0
3
3
major-version-bump-message : ' \s?(breaking|major|breaking\schange)'
4
4
minor-version-bump-message : ' (adds?|features?|minor)\b'
5
5
patch-version-bump-message : ' \s?(fix|patch)'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
trigger :
2
2
branches :
3
3
include :
4
- - master
4
+ - main
5
5
paths :
6
6
exclude :
7
7
- CHANGELOG.md
@@ -194,7 +194,7 @@ stages:
194
194
and(
195
195
succeeded(),
196
196
or(
197
- eq(variables['Build.SourceBranch'], 'refs/heads/master '),
197
+ eq(variables['Build.SourceBranch'], 'refs/heads/main '),
198
198
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
199
199
),
200
200
contains(variables['System.TeamFoundationCollectionUri'], 'SynEdgy')
@@ -203,7 +203,7 @@ stages:
203
203
- job : Deploy_Module
204
204
displayName : ' Deploy Module'
205
205
pool :
206
- vmImage : ' ubuntu 18.04 '
206
+ vmImage : ' ubuntu-latest '
207
207
steps :
208
208
- task : DownloadBuildArtifacts@0
209
209
displayName : ' Download Build Artifact'
@@ -222,6 +222,8 @@ stages:
222
222
env :
223
223
GitHubToken : $(GitHubToken)
224
224
GalleryApiToken : $(GalleryApiToken)
225
+ ReleaseBranch : main
226
+ MainGitBranch : main
225
227
- task : PowerShell@2
226
228
name : sendChangelogPR
227
229
displayName : ' Send Changelog PR'
@@ -231,3 +233,5 @@ stages:
231
233
pwsh : true
232
234
env :
233
235
GitHubToken : $(GitHubToken)
236
+ ReleaseBranch : main
237
+ MainGitBranch : main
You can’t perform that action at this time.
0 commit comments