Skip to content

Commit

Permalink
fix: add missing release-please files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vanhemert committed Dec 18, 2023
1 parent 7b7e1ef commit 61ab941
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "16.5.1-0"
}
18 changes: 18 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"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 }
],
"versioning": "default",
"extra-files": [
"zarf.yaml"
]
}
}
}
2 changes: 2 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ kind: ZarfPackageConfig
metadata:
name: gitlab
description: "UDS GitLab Package"
# x-release-please-start-version
version: "16.5.1-0"
# x-release-please-end
architecture: amd64

variables:
Expand Down

0 comments on commit 61ab941

Please sign in to comment.