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

chore: Make CHANGELOG.md content consistent styling #5202

Merged
merged 2 commits into from
Apr 1, 2025

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Feb 1, 2024

Use consistent styling for the changelog, this makes the changelog pure Markdown without need for github mentions, just like most of its content already was.

Meaning

fix xyz by @susnux in http://...

is now consistently

fix xyz #000 (susnux)"


regex: by @([^ ]+) in ((https://github.com/)nextcloud-libraries/nextcloud-vue/pull/(\d+))
replacement: [\#$4]($2) \([$1]($3$1)\)

@susnux susnux added the 3. to review Waiting for reviews label Feb 1, 2024
@raimund-schluessler

This comment was marked as resolved.

@susnux

This comment was marked as resolved.

@susnux
Copy link
Contributor Author

susnux commented Feb 28, 2025

Open for one year now. Your options:

  1. keep -> approve 👍
  2. close -> react with a 👎 on this

@Antreesy

This comment was marked as resolved.

@susnux susnux force-pushed the chore/consistent-changelog branch from c43c7b5 to 35976ec Compare February 28, 2025 13:35
@susnux

This comment was marked as resolved.

@susnux susnux force-pushed the chore/consistent-changelog branch from 35976ec to a3b9337 Compare February 28, 2025 21:31
@susnux susnux requested a review from ShGKme February 28, 2025 21:32
@susnux susnux requested a review from ShGKme March 31, 2025 16:53
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the chore/consistent-changelog branch from d3cfc52 to fafd256 Compare March 31, 2025 16:55
@susnux susnux merged commit f337c3e into master Apr 1, 2025
23 checks passed
@susnux susnux deleted the chore/consistent-changelog branch April 1, 2025 12:28
@susnux
Copy link
Contributor Author

susnux commented Apr 1, 2025

/backport to next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants