diff options
author | mattn <mattn.jp@gmail.com> | 2013-05-08 22:09:34 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-05-08 22:09:34 +0900 |
commit | f77b8ebe0659579f44a99a74dcb34c02d202b3ab (patch) | |
tree | 22c3d41ba2a944e657e994c260af3eb431845247 | |
parent | 3412f8442a5a10bde28fb65211f32414448fb630 (diff) | |
download | vim-sonictemplate-f77b8ebe0659579f44a99a74dcb34c02d202b3ab.tar.gz vim-sonictemplate-f77b8ebe0659579f44a99a74dcb34c02d202b3ab.tar.bz2 vim-sonictemplate-f77b8ebe0659579f44a99a74dcb34c02d202b3ab.zip |
Add template for changelog
-rw-r--r-- | template/changelog/base-section | 3 | ||||
-rw-r--r-- | template/changelog/snip-section | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/template/changelog/base-section b/template/changelog/base-section new file mode 100644 index 0000000..e805f74 --- /dev/null +++ b/template/changelog/base-section @@ -0,0 +1,3 @@ +Revision history for {{_input_:name}} + + diff --git a/template/changelog/snip-section b/template/changelog/snip-section new file mode 100644 index 0000000..35f7421 --- /dev/null +++ b/template/changelog/snip-section @@ -0,0 +1,3 @@ +{{_input_:title}} {{_expr_:strftime('%Y-%m-%dT%H:%M:%SZ', localtime())}} + - {{_cursor_}} + |