From 699e680c8bd4c7c61959c847b564d5aad7f16e3e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 8 Apr 2013 12:29:48 +0200 Subject: [PATCH] Don't add hashes to changelog links. I forgot that I add the date next to version. --- src/features.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features.coffee b/src/features.coffee index 4c8a46b3d..afa37b8e1 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -230,7 +230,7 @@ Settings = curr = g.VERSION.match(/\d+/g).map Number return unless prev[0] <= curr[0] and prev[1] <= curr[1] and prev[2] <= curr[2] - changelog = "<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md##{g.VERSION.replace(/\./g, '')}" + changelog = '<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md' el = $.el 'span', innerHTML: "<%= meta.name %> has been updated to version #{g.VERSION}." new Notification 'info', el, 30 @@ -264,7 +264,7 @@ Settings =
<%= meta.name %> | - #{g.VERSION} | + #{g.VERSION} | Issues | ×