AzureAD / microsoft-authentication-library-for-js

Microsoft Authentication Library (MSAL) for JS
http://aka.ms/aadv2
MIT License
3.64k stars 2.65k forks source link

Make reference to PR in changelog clickable #6346

Open dzhavat opened 1 year ago

dzhavat commented 1 year ago

Core Library

MSAL.js (@azure/msal-browser)

Wrapper Library

MSAL Angular (@azure/msal-angular)

Public or Confidential Client?

Public

Documentation Location

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/CHANGELOG.md

Description

It'd be nice to make the PR references in changelogs clickable. This will make accessing PR changes pretty easy.

Here's a screenshot of how it looks today in Angular's Changelog

image

Note: PR references in the "Releases" page seem to work fine: https://github.com/AzureAD/microsoft-authentication-library-for-js/releases

tnorling commented 1 year ago

Thanks for raising this, I agree this would be nice to have. I've marked this as a feature and will update here when we have progress to share.