Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release][Website] Changelog section uses wrong section level #44558

Closed
kou opened this issue Oct 29, 2024 · 1 comment
Closed

[Release][Website] Changelog section uses wrong section level #44558

kou opened this issue Oct 29, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Oct 29, 2024

Describe the enhancement requested

dev/release/post-04-website.sh generates the following content:

...
## Changelog
## Apache Arrow 18.0.0 (2024-10-28 07:00:00+00:00)
...
### Bug Fixes
...
### New Features and Improvements
...

It should be:

...
## Changelog
### Apache Arrow 18.0.0 (2024-10-28 07:00:00+00:00)
...
#### Bug Fixes
...
#### New Features and Improvements
...

or

...
## Changelog
...
### Bug Fixes
...
### New Features and Improvements
...

Component(s)

Release, Website

kou added a commit to kou/arrow that referenced this issue Oct 29, 2024
raulcd pushed a commit that referenced this issue Oct 30, 2024
…" 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>
@raulcd raulcd added this to the 19.0.0 milestone Oct 30, 2024
@raulcd
Copy link
Member

raulcd commented Oct 30, 2024

Issue resolved by pull request 44559
#44559

@raulcd raulcd closed this as completed Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants