-
Notifications
You must be signed in to change notification settings - Fork 585
website: Add the CHANGELOG #6748
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
Conversation
e885943
to
e8ba450
Compare
@ilyagr Do you have any suggestions how I can preserve the current CHANGELOG.md without needing to adjust all current links, since it fails the link-strict check of |
I'm not sure whether it will work or is a good idea, but you could try using https://github.com/mondeja/mkdocs-include-markdown-plugin (which we are already using for the CLI reference) with |
I double-checked, and the |
Yes, I already had thrown the option of moving the file out of the window 😄 since it's important to preserve the top-level CHANGELOG as is.
Thanks for this suggestion, it'll hopefully work just like the CLI reference. |
94298b2
to
6576475
Compare
6576475
to
a484118
Compare
c8ca7ad
to
6cd4944
Compare
6cd4944
to
c8c37bc
Compare
I've adjusted all the links now, @ilyagr care to review? |
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.
Seems to work well and look good, thank you very much!
One downside is that every released version will likely have a useless skeleton section for [Unreleased]
, as in 312c610. But this is not fatal, and we could fix it in another PR if we come up with an idea.
c8c37bc
to
c522bf5
Compare
This was requested by @lilyball on Discord. I still think we should create a blog longterm so we can announce stuff and run surveys, but this small step won't block it.
c522bf5
to
2d7a03f
Compare
This was requested by @lilyball on Discord. I still think we should create a blog longterm so we can announce stuff and run surveys, but this small step won't block it.
Checklist
If applicable:
CHANGELOG.md
README.md
,docs/
,demos/
)cli/src/config-schema.json
)