diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-13 16:13:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 16:13:41 +0200 |
commit | 11dc0a137b1680904ce54ac2269a05c5a51e682e (patch) | |
tree | 69d08df2e18a210e621810b2fc1f9039fd141b83 /.github/RELEASE.md | |
parent | ca9cdf93afb1d48ddc4132eaece8e3c9b682166d (diff) | |
parent | d11343ac79e87f9bddcf0933d5648ce378276d7e (diff) |
Merge pull request #3520 from keszybz/add-release.md
Add RELEASE.md
Diffstat (limited to '.github/RELEASE.md')
-rw-r--r-- | .github/RELEASE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/RELEASE.md b/.github/RELEASE.md new file mode 100644 index 0000000000..2807667a30 --- /dev/null +++ b/.github/RELEASE.md @@ -0,0 +1,12 @@ +# Steps to a successful release + +1. Add all items to NEWS +2. Update the contributors list in NEWS ("make git-contrib") +3. Update the time and place in NEWS +4. Update version in configure.ac and library numbers in Makefile.am +5. Check that "make distcheck" works +6. Tag the release ("make git-tag") +7. Upload the documentation ("make doc-sync") +8. Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones) +9. Send announcement to systemd-devel, with a copy&paste from NEWS +10. Update IRC topic ("/msg chanserv TOPIC #systemd Version NNN released") |