Skip to content

Commit

Permalink
update release notes, improve issue, pull, and person linking in rele…
Browse files Browse the repository at this point in the history
…ase notes HTML script
  • Loading branch information
rbuels committed Feb 14, 2018
1 parent fcf4fa5 commit f742408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions build/format_release_notes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
local $/;
my $html = markdown( scalar <> );
$html =~ s!issue \#(\d+)!<a href="https://github.com/gmod/jbrowse/issues/$1">issue #$1</a>!g;
$html =~ s!pull ( request)?\#(\d+)!<a href="https://github.com/gmod/jbrowse/pull/$2">issue #$2</a>!g;
$html =~ s!(\W)\@(\w+)!$1<a href="https://github.com/$2">\@$2</a>!g;
print $html;
4 changes: 0 additions & 4 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@

* Improved documentation of the `CategoryURL` plugin. (pull #985, @enuggetry)

* Re-enabled and improved documentation and configurability of the gradient colors in the
`NeatCanvasFeatures` plugin. (issue #982, pull #985, @enuggetry)


# Release 1.12.3 2017-05-02 19:20:01 America/Los_Angeles

## Minor improvements
Expand Down

0 comments on commit f742408

Please sign in to comment.