Skip to content

Commit

Permalink
fix: add nightly uds-bundle.yaml to release-please extras for updates (
Browse files Browse the repository at this point in the history
…#346)

## Description
I was poking around some things to learn how other teams/repositories
used release-please when I noticed what looked to be an accidental
mistake where a file wasn't added to the release-please-config.json
`extra-files` and the version lapsed behind by a minor.
...

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed
  • Loading branch information
YrrepNoj committed Apr 16, 2024
1 parent 52e6c1b commit d1b3071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
version: "0.18.0"
version: "0.19.0"
# x-release-please-end

packages:
Expand All @@ -15,7 +15,7 @@ packages:
- name: core
path: ../../build/
# x-release-please-start-version
ref: 0.18.0
ref: 0.19.0
# x-release-please-end
overrides:
velero:
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"versioning": "default",
"extra-files": [
".github/bundles/uds-bundle.yaml",
"README.md",
"packages/slim-dev/zarf.yaml",
"packages/standard/zarf.yaml",
Expand Down

0 comments on commit d1b3071

Please sign in to comment.