mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
c3e270f4ee
It turns out Jekyll (the engine behind GitHub Pages) requires that pages include a "Front Matter" snippet of YAML at the top for proper rendering. Omitting it will still render the pages, but including it opens up new possibilities, such as using a {% for %} loop to generate index.md instead of requiring a separate script. I'm hoping this will also fix the issue with some of the pages (notably CODE_OF_CONDUCT.html) not being available under systemd.io Tested locally by rendering the website with Jekyll. Before this change, the *.md files were kept unchanged (so not sure how that even works?!), after this commit, proper *.html files were generated from it.
629 B
629 B
title |
---|
Steps to a Successful Release |
Steps to a Successful Release
- Add all items to NEWS
- Update the contributors list in NEWS ("make git-contrib")
- Update the time and place in NEWS
- Update version in configure.ac and library numbers in Makefile.am
- Check that "make distcheck" works
- Tag the release ("make git-tag")
- Upload the documentation ("make doc-sync")
- Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
- Send announcement to systemd-devel, with a copy&paste from NEWS
- Update IRC topic ("/msg chanserv TOPIC #systemd Version NNN released")