diff options
author | Tom Feist <shabble@metavore.org> | 2011-05-05 04:22:42 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-05-05 04:22:42 +0000 |
commit | 6250e6d9e4bf9e80bb69791be2b8fe6ae02508e8 (patch) | |
tree | 98ecc1441ca17eecc38d8510da5f66efbac0cc51 /README.md | |
parent | added colour_test for testing implementations of 256-colour patches (diff) | |
download | irssi-scripts-6250e6d9e4bf9e80bb69791be2b8fe6ae02508e8.tar.gz irssi-scripts-6250e6d9e4bf9e80bb69791be2b8fe6ae02508e8.zip |
brought in changes in readme and deployment stuff from branch where it shouldn't have been
Diffstat (limited to '')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -110,3 +110,21 @@ Many of my scripts require [uberprompt](https://github.com/shabble/irssi-scripts dependency. Those that do will say so in the comments at the top of the file, and will probably refuse to load without it. +## Reminders for myself + +### Deployment Process + +* Commit messages should be prefixed with something approximating the name of + the script or directory to make it obvious what thing is being worked on. + +* `./readme_generator.pl <dir> [<dirs]` to generate README files for each script + that has POD in it. Use `--overwrite` from time to time to clean things out. + +* `./changed_update.pl <script_name>` changes the %IRSSI{changed} timestamp + to the current time, which is something I always forget to do. + +* Think about bumping the internal version number if it's a big change. + +* Commit! + + |