-
Notifications
You must be signed in to change notification settings - Fork 14
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
docs(PPDSC-2204): release notes #319
Conversation
- Fetch release notes markdown from github api - Parse markdown for display - Remove comments and invalid link structures - Add hyperlinks to tickets, PRs, profiles and release comparisons - Infer release type by comparing semver against previous release
You can preview these changes on: |
// release removed above. | ||
change_level: | ||
next.tag_name === 'v5.4.2' // todo: remove this (only here for design review) | ||
? 'major' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this todo still need to be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, I added that so there was a major
release for design review. Will remove.
* docs(PPDSC-2204): add release notes page - Fetch release notes markdown from github api - Parse markdown for display - Remove comments and invalid link structures - Add hyperlinks to tickets, PRs, profiles and release comparisons - Infer release type by comparing semver against previous release * docs(PPDSC-2204): temporarily show a major release for review * docs(PPDSC-2204): fix github profile links * docs(PPDSC-2204): format date * docs(PPDSC-2204): add need help card * docs(PPDSC-2204): format notes typography * docs(PPDSC-2204): add github link * docs(PPDSC-2204): use page template * docs(PPDSC-2204): restructure so build passes * docs(PPDSC-2204): component tests added * docs(PPDSC-2204): restructure dirs * docs(PPDSC-2204): api call tests * docs(PPDSC-2204): markdown text colour * docs(PPDSC-2204): tidy up markdown * docs(PPDSC-2204): add margin between header and notes * docs(PPDSC-2204): replace anchors for link components * docs(PPDSC-2204): format links correctly * docs(PPDSC-2204): correct badge colours * docs(PPDSC-2204): update badge colours * docs(PPDSC-2204): update icon import * docs(PPDSC-2204): remove fake major release * docs(PPDSC-2204): update final release info
PPDSC-2204
What
I have done:
I have tested manually:
Before:
After:
Who should review this PR:
How to test: