Skip to content

Commit

Permalink
Use <h3> HTML tag to format header linei of release notes
Browse files Browse the repository at this point in the history
A header of release message should be highlighted (h3) during the
preparation of Github release notes. This allows a user to have
a highlighted section within the current description of a release.
  • Loading branch information
extsoft committed Oct 21, 2019
1 parent 8f58521 commit 1e4e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/git-elegant-show-release-notes
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MESSAGE
local first="${1}"
local second="${2}"
local changelog="github-release-notes"
echo "<p>Release notes<p>" > ${changelog}
echo "<h3>Release notes</h3>" > ${changelog}
local url=$(git remote get-url origin)
local repository=""
[[ ${url} =~ "github.com/" ]] && repository=${url##*github.com/}
Expand Down

0 comments on commit 1e4e4c9

Please sign in to comment.