Skip to content

Minor: Reduce indirection for finding changlog#13199

Merged
alamb merged 2 commits intoapache:mainfrom
alamb:alamb/improve_changelog
Oct 31, 2024
Merged

Minor: Reduce indirection for finding changlog#13199
alamb merged 2 commits intoapache:mainfrom
alamb:alamb/improve_changelog

Conversation

@alamb
Copy link
Copy Markdown
Contributor

@alamb alamb commented Oct 31, 2024

Which issue does this PR close?

Closes #.

Rationale for this change

Right now, if you look at the datafusion changelog

https://github.com/apache/datafusion/blob/main/CHANGELOG.md

It directs you to
https://github.com/apache/datafusion/blob/main/datafusion/CHANGELOG.md

Which then directs you to
https://github.com/apache/datafusion/tree/main/dev/changelog

This both requires 3 clicks as well as ends up directing you to the main version of the tree rather than a previous branch.

What changes are included in this PR?

  1. Update the main changelog page to point directly to the changelog directory

See rendered versions here:
https://github.com/alamb/datafusion/blob/alamb/improve_changelog/CHANGELOG.md

Are these changes tested?

Are there any user-facing changes?

@alamb alamb requested a review from andygrove October 31, 2024 11:07
@alamb alamb marked this pull request as ready for review October 31, 2024 14:03
Copy link
Copy Markdown
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @alamb

@alamb
Copy link
Copy Markdown
Contributor Author

alamb commented Oct 31, 2024

Thanks @findepi and @comphead

@alamb alamb merged commit f2bebcd into apache:main Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants