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

Add missing items to 0.19.0 changelog #7844

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

emilk
Copy link
Member

@emilk emilk commented Oct 21, 2024

What

When generating the changelog, I accidentally wrote

scripts/generate_changelog.py --commit-range 0.18.2..HEAD

and should have done

scripts/generate_changelog.py --commit-range 0.18.0..HEAD

I've updated generate_changelog.py to make the same mistake impossible in the future.

I've already updated the GitHub release notes with the changes in this PR.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!
  • If have noted any breaking changes to the log API in CHANGELOG.md and the migration guide

To run all checks from main, comment on the PR with @rerun-bot full-check.

@emilk emilk added ⛴ release Related to shipping or publishing exclude from changelog PRs with this won't show up in CHANGELOG.md labels Oct 21, 2024
@emilk emilk added the 🧑‍💻 dev experience developer experience (excluding CI) label Oct 21, 2024
@Wumpf Wumpf self-requested a review October 22, 2024 13:06
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

nice, this should make this a lot easier in the future!

@Wumpf Wumpf merged commit de4c389 into main Oct 22, 2024
38 checks passed
@Wumpf Wumpf deleted the emilk/add-missing-changelog-itesm branch October 22, 2024 13:09
Wumpf pushed a commit to rerun-io/rerun_template that referenced this pull request Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md ⛴ release Related to shipping or publishing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Changelog generator seems to ignore changes between last patch & minor releases
2 participants