projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4438ec
)
Be more explicit in developer docs
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 4 Jun 2012 19:56:39 +0000
(21:56 +0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 4 Jun 2012 19:56:39 +0000
(21:56 +0200)
HACKING
patch
|
blob
|
history
diff --git
a/HACKING
b/HACKING
index b8f060edb56d863a1cb51496d532e8ab21a49b06..9df627e43a9d671d18482abc8896fa365e5d0e2d 100644
(file)
--- a/
HACKING
+++ b/
HACKING
@@
-17,7
+17,8
@@
Testing things:
Rolling a release:
- Bump the version in the main genkernel file.
-- echangelog commit the bump
+- echangelog "Bump version to ${PV}"
+- git commit -a -m "Bump version to ${PV}"
- git tag -a -m "Tag release v${PV}" v${PV}
- git push ${REMOTE} master --tags
- make dist