mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
*** empty log message ***
This commit is contained in:
parent
340a877098
commit
fba33ff11c
1 changed files with 3 additions and 1 deletions
4
RELEASE
4
RELEASE
|
@ -73,7 +73,9 @@ Spiffing checklist:
|
||||||
* Do a `cvs update -A', to get rid of any sticky tags in your working
|
* Do a `cvs update -A', to get rid of any sticky tags in your working
|
||||||
directory.
|
directory.
|
||||||
* Check for files that have changed a lot, but do not have up-to-date
|
* Check for files that have changed a lot, but do not have up-to-date
|
||||||
copyright notices. (It would be nice to have a script to do this...)
|
copyright notices. This can be as simple as doing:
|
||||||
|
grep 'Copyright' * | grep -v 1999
|
||||||
|
and looking for files you know you've worked on a lot.
|
||||||
* Make sure NEWS, INSTALL and the docs are up to date:
|
* Make sure NEWS, INSTALL and the docs are up to date:
|
||||||
+ Scan the ChangeLogs for user-visible changes, marked with an asterisk
|
+ Scan the ChangeLogs for user-visible changes, marked with an asterisk
|
||||||
at the left margin.
|
at the left margin.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue