Skip to content

Commit

Permalink
docs: fix version that release-please tried to set
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Sep 5, 2024
1 parent cc57bbd commit 22f8b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ metadata:
name: jenkins-test
description: A UDS bundle for deploying jenkins and it's dependencies on a development cluster
# x-release-please-start-version
version: 5.5.14-uds-1-0
version: 5.5.14-uds-1
# x-release-please-end

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 5.5.14-uds-1-0
ref: 5.5.14-uds-1
# x-release-please-end
overrides:
uds-jenkins-config:
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "5.5.14-uds-1-0"
version: "5.5.14-uds-1"
# x-release-please-end

- name: test-bundle
Expand All @@ -36,5 +36,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "5.5.14-uds-1-0"
version: "5.5.14-uds-1"
# x-release-please-end
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: jenkins
description: "UDS Jenkins package"
# x-release-please-start-version
version: "5.5.14-uds-1-0"
version: "5.5.14-uds-1"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit 22f8b57

Please sign in to comment.