Skip to content

Commit

Permalink
Fix release docs for the helm chart (#38413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Mar 22, 2024
1 parent 6a225cc commit 36704fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/README_RELEASE_HELM_CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ breeze release-management prepare-helm-chart-tarball --version ${VERSION} --vers
- Generate the binary Helm Chart release:

```shell
breeze release-management prepare-helm-chart-packagte --sig jedcunningham@apache.org
breeze release-management prepare-helm-chart-package --sign-email jedcunningham@apache.org
```

Warning: you need the `helm gpg` plugin to sign the chart (instructions to install it above)
Expand Down
2 changes: 1 addition & 1 deletion dev/chart/build_changelog_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def print_entry(section: str, description: str, pr_number: int | None):
in_first_release = True
# Make sure we get past "significant features" before we actually start keeping track
elif not past_significant_changes:
if line == "New Features":
if line in TYPE_MAPPING:
section = line
past_significant_changes = True
elif not line.startswith("- "):
Expand Down

0 comments on commit 36704fb

Please sign in to comment.