Skip to content

Commit

Permalink
doc: vim trick to linkify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Jul 26, 2017
1 parent 2e72a62 commit dc13171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/devel.adoc
Expand Up @@ -19,6 +19,7 @@ branch to test in the following command:

. Update the version in `malboxes/_version.py`
. Update the changelog
** linkify issues with vim's: `%s/#\(\d\d\)/{uri-issue}\1[#\1]/gc`
** Generate author list with:
+
git log <commit>.. --format="%aN" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}' | sort
Expand Down

0 comments on commit dc13171

Please sign in to comment.