mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
c2beadcd34
The GitHub guide on contributing file says: "Decide whether to store your contributing guidelines in your repository's root, docs, or .github directory." https://help.github.com/articles/setting-guidelines-for-repository-contributors/#adding-a-contributing-file But there's really no advantage to keeping it in the hidden .github/, since these are public and really belong together with the other documentation. We can still keep the issue templates under .github/, since they are not really documentation on their own. Updated the links pointing to CONTRIBUTING.md to refer to the one in docs/.
583 B
583 B
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")