Skip to content

Commit fed9217

Browse files
committed
updating main branch to main
1 parent b6c9e81 commit fed9217

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- Test-InvokeCommandFilter
4242
- Resolve-NodeProperty.ps1
4343
- New-DatumFileProvider.ps1
44-
- Added 'GitHubConfig' to build.yml
44+
- Added 'GitHubConfig' to build.yml and updating main branch to main.
4545

4646
## [0.0.39] - 2020-09-29
4747

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mode: ContinuousDelivery
2-
next-version: 0.38
2+
next-version: 0.40.0
33
major-version-bump-message: '\s?(breaking|major|breaking\schange)'
44
minor-version-bump-message: '(adds?|features?|minor)\b'
55
patch-version-bump-message: '\s?(fix|patch)'

appveyor.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trigger:
22
branches:
33
include:
4-
- master
4+
- main
55
paths:
66
exclude:
77
- CHANGELOG.md
@@ -194,7 +194,7 @@ stages:
194194
and(
195195
succeeded(),
196196
or(
197-
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
197+
eq(variables['Build.SourceBranch'], 'refs/heads/main'),
198198
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
199199
),
200200
contains(variables['System.TeamFoundationCollectionUri'], 'SynEdgy')
@@ -203,7 +203,7 @@ stages:
203203
- job: Deploy_Module
204204
displayName: 'Deploy Module'
205205
pool:
206-
vmImage: 'ubuntu 18.04'
206+
vmImage: 'ubuntu-latest'
207207
steps:
208208
- task: DownloadBuildArtifacts@0
209209
displayName: 'Download Build Artifact'
@@ -222,6 +222,8 @@ stages:
222222
env:
223223
GitHubToken: $(GitHubToken)
224224
GalleryApiToken: $(GalleryApiToken)
225+
ReleaseBranch: main
226+
MainGitBranch: main
225227
- task: PowerShell@2
226228
name: sendChangelogPR
227229
displayName: 'Send Changelog PR'
@@ -231,3 +233,5 @@ stages:
231233
pwsh: true
232234
env:
233235
GitHubToken: $(GitHubToken)
236+
ReleaseBranch: main
237+
MainGitBranch: main

0 commit comments

Comments
 (0)