Skip to content

Commit

Permalink
Releases: Remove bold from commit detail links 🐷
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Sep 18, 2017
1 parent 7760b39 commit 5c0f0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ changelog: GITHUB_COMMIT_URL:=https://github.com/ivanilves/lstags/commit
changelog:
@echo "## Changelog"
@git log --oneline v${LAST_RELEASE}..HEAD | egrep -v "^[0-9a-f]{7,} (Merge |Ignore:)" | \
sed -r "s|^([0-9a-f]{7,}) (.*)|* **[\`\1\`](${GITHUB_COMMIT_URL}/\1)** \2|"
sed -r "s|^([0-9a-f]{7,}) (.*)|* [\`\1\`](${GITHUB_COMMIT_URL}/\1) \2|"

release: clean
release: LAST_RELEASE:=$(shell git tag | sed 's/^v//' | sort -n | tail -n1)
Expand Down

0 comments on commit 5c0f0ea

Please sign in to comment.