mkdocs / mkdocs

Project documentation with Markdown.
https://www.mkdocs.org
BSD 2-Clause "Simplified" License
18.49k stars 2.36k forks source link

Release notes for 1.6.0 #3631

Closed oprypin closed 1 month ago

oprypin commented 1 month ago

Preview: https://oprypin.github.io/mkdocs/about/release-notes/#version-160-2024-04-18

I still plan to do another stylistic pass over this, but for now these release notes are ready for anyone who wants to check these changes prior to the release.

PRs still remaining to be merged: https://github.com/mkdocs/mkdocs/milestone/18

pawamoy commented 1 month ago

Thanks @oprypin, both the release notes and the upgraded mkdocs theme look good :+1:

Andre601 commented 1 month ago

I have to say, the dark mkdocs theme looks great. Really well done.

tomchristie commented 1 month ago

Thanks @oprypin.

Related to this PR... what's the current deploy process for mkdocs releases?

oprypin commented 1 month ago
  1. Merge a PR that changes the version in __init__.py (this)
  2. Create and push a tag
  3. (GitHub Actions automatically pushes to PyPI)
  4. mkdocs gh-deploy
  5. Publish a "release" on GitHub, with copied release notes but they need to be manually edited so that links go to mkdocs.org
squidfunk commented 1 month ago

Thanks for all your hard work on MkDocs and all the best for your future!