Skip to content

Commit 0e062f6

Browse files
authored
chore: update version.json for release (#968)
* Update version.json * Update release-tests.yml
1 parent e3ce5d5 commit 0e062f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/release-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Pester Tests
3030
id: pester
31-
if: startsWith(github.head_ref, 'release')
31+
if: contains(github.head_ref, 'release')
3232
uses: azure/powershell@53dd145408794f7e80f97cfcca04155c85234709 # v2.0.0
3333
with:
3434
inlineScript: |

Diff for: version.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.20.2",
3-
"gitTag": "v0.20.2",
4-
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.20.2",
5-
"releaseDateTimeUTC": "20250106T1930490000Z"
2+
"version": "0.21.0",
3+
"gitTag": "v0.21.0",
4+
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.21.0",
5+
"releaseDateTimeUTC": "20250221T1830000000Z"
66
}

0 commit comments

Comments
 (0)