diff options
-rw-r--r-- | ReleaseChecklist.moin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseChecklist.moin b/ReleaseChecklist.moin index 658eac1..61217b5 100644 --- a/ReleaseChecklist.moin +++ b/ReleaseChecklist.moin @@ -21,6 +21,6 @@ Tarballs go to: `annarchy.freedesktop.org:/srv/nice.freedesktop.org/www/releases * `git commit -am "version $VERSION"`
* Generate a signature: `gpg --detach-sign -a $TARBALL`
* scp $TARBALL $TARBALL.asc annarchy.freedesktop.org:/srv/nice.freedesktop.org/www/releases/
- * scp -r docs/reference/libnice/html annarchy.freedesktop.org:/srv/nice.freedesktop.org/www/releases/
- * Generate the changelog and send the announce to nice@lists.freedesktop.org
+ * scp -r docs/reference/libnice/html/* annarchy.freedesktop.org:/srv/nice.freedesktop.org/www/releases/
+ * Send the announcement to nice@lists.freedesktop.org
* paste the latest entry of the NEWS file into the announcement
|