From e798c6abf9d7051c08e091b091b6cae2977c0aff Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 26 Jun 2014 01:41:31 -0700 Subject: [PATCH] Documentation related TODO when publishing a new version --- Versions.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Versions.md b/Versions.md index ed677a3..8526b42 100644 --- a/Versions.md +++ b/Versions.md @@ -10,10 +10,15 @@ * Check if no unclassed bug should belong to current milestone. 2. Update documentation (or make sure it is up to date) 3. Update changelog -4. Look for every instance of old version number in the repository, and update the relevant ones. +4. Look for every instance the following items in the repository, and update the relevant ones: + * previous version number; + * year of previous version (to update stuff like `Copyright 2012 The Patacrep team`); + * the word `TODO`. 5. Build and publish packages (tar.gz, Debian/Ubuntu, Windows, etc.) 6. Update README * Installation * Look for other outdated information 7. Apply git tag -8. Advertise the new version +8. Look for `TODO` in the documentation, and update links to installation packages if necessary. +9. Apply git tag to the documentation. +10. Advertise the new version