Skip to content

Commit fa6e70c

Browse files
authored
Updated build version for release
* Updated PR and CI builds to skip run on change to BuildVersion.XML * Changes to this file are part of a release and should NOT trigger a PR/CI build. * The BuildVersion.XML is changed as part of the final steps to completing a release.
1 parent e33bef3 commit fa6e70c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
paths-ignore:
1414
- '**.md'
1515
- '**.dic'
16+
- 'BuildVersion.xml'
1617

1718
pull_request:
1819
branches:
@@ -21,6 +22,7 @@ on:
2122
paths-ignore:
2223
- '**.md'
2324
- '**.dic'
25+
- 'BuildVersion.xml'
2426

2527
jobs:
2628
# see: https://github.com/EnricoMi/publish-unit-test-result-action?tab=readme-ov-file#support-fork-repositories-and-dependabot-branches

BuildVersion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ will be based on
55
<BuildVersionData
66
BuildMajor = "5"
77
BuildMinor = "0"
8-
BuildPatch = "1"
8+
BuildPatch = "2"
99
PreReleaseName = "alpha"
1010
/>

0 commit comments

Comments
 (0)