Skip to content

Commit

Permalink
Merge pull request #49 from tabarra/patch-1
Browse files Browse the repository at this point in the history
Added upper-case History to changelog search
  • Loading branch information
th0r committed May 10, 2021
2 parents d2c4dd0 + c9bac58 commit 41b1480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changelogUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {getRepositoryInfo} from './repositoryUtils';

const pkg = require('../package.json');

const COMMON_CHANGELOG_FILES = ['CHANGELOG.md', 'History.md', 'CHANGES.md', 'CHANGELOG'];
const COMMON_CHANGELOG_FILES = ['CHANGELOG.md', 'History.md', 'HISTORY.md', 'CHANGES.md', 'CHANGELOG'];
const CURRENT_REPOSITORY_ID = getRepositoryInfo(pkg.repository.url).repositoryId;
const DEFAULT_REMOTE_CHANGELOGS_DB_URL =
`https://raw.githubusercontent.com/${CURRENT_REPOSITORY_ID}/master/db/changelogUrls.json`;
Expand Down

0 comments on commit 41b1480

Please sign in to comment.