aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-05-19 17:41:38 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-05-19 17:41:38 +0800
commit076b15c256da1ff6b5489bf40a4f506a7b70c874 (patch)
tree9a6feb8e028a83c56e720b158aef6ec0851f729d /release.py
parentb46d5f9bc5bb86aaf59a22d574d8caf393901954 (diff)
downloadgsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar.gz
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar.bz2
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar.lz
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar.xz
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.tar.zst
gsoc2013-empathy-076b15c256da1ff6b5489bf40a4f506a7b70c874.zip
Improve a bit the release notes
Diffstat (limited to 'release.py')
-rwxr-xr-xrelease.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/release.py b/release.py
index aa9335542..9d20d1ab6 100755
--- a/release.py
+++ b/release.py
@@ -200,8 +200,10 @@ class Project:
return bugs
def generate_news(self):
- translations = self.get_translations("ls -l po/*.po", "Updated %s Translation (%s)\n")
- help_translations = self.get_translations("ls -l help/*/*.po", "Updated %s Documentation translation (%s)\n")
+ translations = self.get_translations("ls -l po/*.po", \
+ " - Updated %s Translation (%s)\n")
+ help_translations = self.get_translations("ls -l help/*/*.po", \
+ " - Updated %s Documentation translation (%s)\n")
bugs = self.get_bugs()
news = 'NEW in '+ self.package_version + '\n==============\n'