You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…" section (#44559)
### Rationale for this change
`dev/release/post-04-website.sh` generates wrong section levels:
```markdown
...
## Changelog
## Apache Arrow 18.0.0 (2024-10-28 07:00:00+00:00)
...
### Bug Fixes
...
### New Features and Improvements
...
```
### What changes are included in this PR?
Remove the `## Apache Arrow ${VERSION}` section:
```markdown
...
## Changelog
...
### Bug Fixes
...
### New Features and Improvements
...
```
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44558
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Describe the enhancement requested
dev/release/post-04-website.sh
generates the following content:It should be:
or
Component(s)
Release, Website
The text was updated successfully, but these errors were encountered: