Skip to content

Commit f692bc8

Browse files
committed
chore(chart): update Beta appVersion to 2026.2.0.0-beta
1 parent 498ffe2 commit f692bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: get-version
3030
run: |
3131
echo "version=$(grep '^version:' chart/Chart.yaml | awk '{print $2}')" >> "$GITHUB_OUTPUT"
32-
release_type=$(echo "$COMMIT_MSG" | sed -n 's/.*bump \(Beta\|Stable\|LTS\) to.*/\1/p')
32+
release_type=$(echo "$COMMIT_MSG" | sed -n 's/.*bump \(Beta\|Stable\|Lts\) to.*/\1/p')
3333
echo "release_type=${release_type}" >> "$GITHUB_OUTPUT"
3434
env:
3535
COMMIT_MSG: ${{ github.event.head_commit.message }}

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ maintainers:
1212
- name: DevOps
1313
url: https://forum.devolutions.net/forums/186/devolutions-server--linux
1414
icon: https://cdnweb.devolutions.net/cdn-cgi/image/f=auto,w=200,onerror=redirect/web/common/images/icons/sys-secure-access.png
15-
appVersion: '2026.2.0.0'
15+
appVersion: '2026.2.0.0-beta'

0 commit comments

Comments
 (0)