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

Remove package table from release blogposts #3693

Merged
merged 1 commit into from May 9, 2023
Merged

Conversation

cmdcolin
Copy link
Collaborator

@cmdcolin cmdcolin commented May 9, 2023

This is a website proposal to remove the 'package table' from release blogposts. They are generally a little confusing, and we publish every single package on every release now, so it seems like they may not be needed. They also report things like e.g. that trix was updated when it wasn't really. Not sure how it gets that exactly (sometimes you can see this in the actual changelog that gets outputted too, it automatically categorizes each PR to a package but it sometimes reports this as some unrelated package).

Example of the package table I propose removing
https://jbrowse.org/jb2/blog/2023/05/04/v2.5.0-release/#250-2023-05-04

@github-actions github-actions bot added the needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) label May 9, 2023
@cmdcolin cmdcolin added documentation and removed needs label triage Needs a label to show in changelog (breaking, enhancement, bug, documentation, or internal) labels May 9, 2023
# Generates a changelog with a section added listing the packages that were
# included in this release
CHANGELOG=$(GITHUB_AUTH="$GITHUB_AUTH" node scripts/changelog.js "$CHANGED" "$VERSION")
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I believe this will effectively output the same thing

@cmdcolin
Copy link
Collaborator Author

cmdcolin commented May 9, 2023

might go ahead with merge...can review if there are concerns

@cmdcolin cmdcolin merged commit cc4a173 into main May 9, 2023
1 check passed
@cmdcolin cmdcolin deleted the remove_package_table branch May 9, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant