Skip to content

Commit

Permalink
updating main branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelcolas committed Apr 14, 2022
1 parent b6c9e81 commit fed9217
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Test-InvokeCommandFilter
- Resolve-NodeProperty.ps1
- New-DatumFileProvider.ps1
- Added 'GitHubConfig' to build.yml
- Added 'GitHubConfig' to build.yml and updating main branch to main.

## [0.0.39] - 2020-09-29

Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mode: ContinuousDelivery
next-version: 0.38
next-version: 0.40.0
major-version-bump-message: '\s?(breaking|major|breaking\schange)'
minor-version-bump-message: '(adds?|features?|minor)\b'
patch-version-bump-message: '\s?(fix|patch)'
Expand Down
13 changes: 0 additions & 13 deletions appveyor.yml

This file was deleted.

10 changes: 7 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
include:
- master
- main
paths:
exclude:
- CHANGELOG.md
Expand Down Expand Up @@ -194,7 +194,7 @@ stages:
and(
succeeded(),
or(
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
eq(variables['Build.SourceBranch'], 'refs/heads/main'),
startsWith(variables['Build.SourceBranch'], 'refs/tags/')
),
contains(variables['System.TeamFoundationCollectionUri'], 'SynEdgy')
Expand All @@ -203,7 +203,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu 18.04'
vmImage: 'ubuntu-latest'
steps:
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifact'
Expand All @@ -222,6 +222,8 @@ stages:
env:
GitHubToken: $(GitHubToken)
GalleryApiToken: $(GalleryApiToken)
ReleaseBranch: main
MainGitBranch: main
- task: PowerShell@2
name: sendChangelogPR
displayName: 'Send Changelog PR'
Expand All @@ -231,3 +233,5 @@ stages:
pwsh: true
env:
GitHubToken: $(GitHubToken)
ReleaseBranch: main
MainGitBranch: main

0 comments on commit fed9217

Please sign in to comment.