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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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)\)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added the 3. to review Waiting for reviews label Feb 1, 2024
@raimund-schluessler
Copy link
Contributor

@susnux I think the changelog gets generated by an action. Could be that this would need an adjustment as well then.

@susnux
Copy link
Contributor Author

susnux commented Feb 1, 2024

I think the changelog gets generated by an action. Could be that this would need an adjustment as well then.

Currently people copy paste the content of the GitHub generate changelog output on the release page, the generate-changelog-action was outputting the styling correctly.

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.

2 participants