Skip to content

Commit

Permalink
Auto merge of rubygems#6096 - ericboehs:eb-linkify-changelog, r=colby…
Browse files Browse the repository at this point in the history
…-swandale

Link Issues and Pull Requests in the CHANGELOG

### What was the end-user problem that led to this PR?

When reviewing the CHANGELOG, it is difficult to navigate to the issue
or pull request that is relevant to the CHANGELOG item.

 ### What was your diagnosis of the problem?

The CHANGELOG should link to the referenced pull request/issue.

 ### What is your fix for the problem, implemented in this PR?

I added links to all of the issues referenced via BSD `sed`:

```
sed -i'' -Ee "s/#([0-9]+)/[#\1](https:\/\/github.com\/bundler\/bundler\/issues\/\1)/g" CHANGELOG.md
```
  • Loading branch information
bundlerbot committed Oct 17, 2017
2 parents 6c90bcb + 60af442 commit 0132573
Showing 1 changed file with 566 additions and 566 deletions.

0 comments on commit 0132573

Please sign in to comment.