Skip to content

Commit

Permalink
fix: release using updated version strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
MxNxPx committed Jan 22, 2024
1 parent 293b21c commit 01f18e2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "16.5.1-3"
".": "16.5.1-uds.4"
}
6 changes: 4 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ kind: UDSBundle
metadata:
name: gitlab-test
description: A UDS bundle for deploying Gitlab and it's dependencies on a development cluster
version: 0.1.0
# x-release-please-start-version
version: 16.5.1-uds.4
# x-release-please-end

packages:
- name: gitlab-minio
Expand All @@ -20,5 +22,5 @@ packages:
- name: gitlab
path: ../
# x-release-please-start-version
ref: 16.5.1-3
ref: 16.5.1-uds.4
# x-release-please-end
12 changes: 8 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"packages": {
".": {
"release-type": "simple",
"draft": false,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"versioning": "prerelease",
"prerelease-type": "uds",
"extra-files": [
"bundle/uds-bundle.yaml",
"tasks/publish.yaml",
"zarf.yaml"
]
}
}
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "16.5.1-3"
default: "16.5.1-uds.4"
# x-release-please-end

tasks:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.1-3
16.5.1-uds.4
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: gitlab
description: "UDS GitLab Package"
# x-release-please-start-version
version: "16.5.1-3"
version: "16.5.1-uds.4"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit 01f18e2

Please sign in to comment.