[gtk-doc] docs: fix release instructions
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] docs: fix release instructions
- Date: Sun, 28 Mar 2010 18:26:20 +0000 (UTC)
commit 8b9bd189dc02a0194fd7c7523caaf9e03ab39313
Author: Stefan Kost <ensonic users sf net>
Date: Sun Mar 28 20:25:41 2010 +0300
docs: fix release instructions
HACKING | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/HACKING b/HACKING
index 2bc9466..d4b896a 100644
--- a/HACKING
+++ b/HACKING
@@ -17,7 +17,7 @@ http://live.gnome.org/MaintainersCorner/Releasing
- update NEWS
./bugzilla.py general 1.12 gtk-doc >RELNOTES.txt
git log --summary --format=short GTK_DOC_1_11.. >ChangeLog-1.12
- grep ChangeLog-1.12 "Author:" | sed 's/Author:\(.*\)\ <.*>/\1/' | sort | uniq >>RELNOTES.txt
+ grep "Author:" ChangeLog-1.12 | sed 's/Author:\(.*\)\ <.*>/\1/' | sort | uniq >>RELNOTES.txt
add then copy to NEWS
- dist
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]