feat: changelog - formatted links, more git providers & copy markdown#2983
feat: changelog - formatted links, more git providers & copy markdown#2983WilcoSp wants to merge 272 commits into
Conversation
…og.md is being used.
…gelog info endpoint will return ChangelogMarkdownInfo instead of ChangelogReleaseInfo
…ded to changelog markdown rendering added scroll margin to the changes page
now showing the date as of when the release was made fixed icon for changelog button at package page
changed the view_on_npm to view_on with {site}
added cache keys to the markdown & releases endpoints
implemented recomentations from ghostdevv
…began at the beginning of an sentence/listitem
…r changelog by having a changelog instance
…feat/markdown-kit
accountRegex upgraded to prevent matching @org/package@version
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
added the createGitLabRepoInfo
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
🧭 Context
📚 Description
added providers:
(the following aren't required for this pr, just nice to have)
Adding support to format links to the git providers
convert plaintext issues, pr/mr, account & commit to formatted links to the git providers
convert unformatted links for issues, pr/mr, commit & compare to a formatted link
Added button to allow copying the raw markdown
I did only use AI for some of the regular expressions
this pr continued from #2717 which continued from the pr before, that's why there are so many commits