Skip to content

feat: improve changelog formatting #127

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

Merged
merged 1 commit into from
Jun 6, 2025
Merged

feat: improve changelog formatting #127

merged 1 commit into from
Jun 6, 2025

Conversation

skjnldsv
Copy link
Member

@skjnldsv skjnldsv commented Jun 6, 2025

  1. Removed the pending PR notice, we barely use it anyway
  2. Fix the weird rendering of some PRs in forum mode (escaping)
  3. Grouped the PRs by repo

Forum / markdown

BEFORE
AFTER ## Nextcloud 30.0.10

server

activity

app_api

bruteforcesettings

circles

files_pdfviewer

logreader

nextcloud_announcements

notifications

photos

serverinfo

suspicious_login

text

twofactor_nextcloud_notification

twofactor_totp

updater

viewer

@skjnldsv skjnldsv self-assigned this Jun 6, 2025
@skjnldsv
Copy link
Member Author

skjnldsv commented Jun 6, 2025

HTML

BEFORE

Version 30.0.10 June 7 2025

Download: nextcloud-30.0.10.tar.bz2 or nextcloud-30.0.10.zip
Check the file integrity with:
MD5: nextcloud-30.0.10.tar.bz2.md5 or nextcloud-30.0.10.zip.md5
SHA256: nextcloud-30.0.10.tar.bz2.sha256 or nextcloud-30.0.10.zip.sha256
SHA512: nextcloud-30.0.10.tar.bz2.sha512 or nextcloud-30.0.10.zip.sha512
PGP (Key): nextcloud-30.0.10.tar.bz2.asc or nextcloud-30.0.10.zip.asc

Changes

AFTER

Version 30.0.10 June 7 2025

Download: nextcloud-30.0.10.tar.bz2 or nextcloud-30.0.10.zip
Check the file integrity with:
MD5: nextcloud-30.0.10.tar.bz2.md5 or nextcloud-30.0.10.zip.md5
SHA256: nextcloud-30.0.10.tar.bz2.sha256 or nextcloud-30.0.10.zip.sha256
SHA512: nextcloud-30.0.10.tar.bz2.sha512 or nextcloud-30.0.10.zip.sha512
PGP (Key): nextcloud-30.0.10.tar.bz2.asc or nextcloud-30.0.10.zip.asc

Changes

@skjnldsv skjnldsv merged commit e7c8610 into master Jun 6, 2025
1 check passed
@skjnldsv skjnldsv deleted the fix/formats branch June 6, 2025 12:55

function groupPRsByRepo($prs) {
$grouped = [];
foreach ($prs as $pr) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we sort $prs by title here to have all commits on the same type together (fix, feat…)?

Copy link
Member Author

Choose a reason for hiding this comment

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

Would be nice yeah!
And maybe remove chores and ci commits? :)

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.

3 participants