Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release using updated version strategy #12

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3"
}
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.3
# 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.3
# 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.3"
# 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.3
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.3"
# x-release-please-end
architecture: amd64

Expand Down
Loading