Skip to content

Commit

Permalink
chore: update versioning to single one (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxNxPx authored Jan 17, 2024
1 parent c08e53f commit a89206f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 474 deletions.
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"test": "0.2.0-uds.1",
"test-2": "0.2.0-uds.1"
".": "0.2.0-uds.1"
}
8 changes: 7 additions & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ kind: UDSBundle
metadata:
name: test-bundle
description: A UDS bundle for testing
version: 0.1.0-uds.0
# x-release-please-start-version
version: "0.2.0-uds.1"
# x-release-please-end
packages:
- name: test
path: ../test
# x-release-please-start-version
ref: 0.2.0-uds.1
# x-release-please-end
- name: gitlab-postgres
path: ../test-2
# x-release-please-start-version
ref: 0.2.0-uds.1
# x-release-please-end
33 changes: 4 additions & 29 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": {
"test": {
".": {
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand All @@ -14,34 +14,9 @@
"versioning": "prerelease",
"prerelease-type": "uds",
"extra-files": [
"zarf.yaml",
{
"type": "yaml",
"path": "/bundle/uds-bundle.yaml",
"jsonpath": "$.packages[0].ref"
}
]
},
"test-2": {
"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": [
"zarf.yaml",
{
"type": "yaml",
"path": "/bundle/uds-bundle.yaml",
"jsonpath": "$.packages[1].ref"
}
"test/zarf.yaml",
"test-2/zarf.yaml",
"bundle/uds-bundle.yaml"
]
}
},
Expand Down
188 changes: 0 additions & 188 deletions test-2/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit a89206f

Please sign in to comment.