- introduce capability for custom placeholders also to the global template

- introduce new convenient functions to handle this
This commit is contained in:
Mike Penz
2022-07-29 14:54:45 +00:00
committed by GitHub
parent 15a108d43e
commit 7b1021454a
7 changed files with 159 additions and 110 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {buildChangelog} from '../src/transform'
import {PullRequestInfo} from '../src/pullRequests'
import moment from 'moment'
import { DefaultConfiguration, Configuration } from '../src/configuration';
import { DefaultConfiguration } from '../src/configuration';
import { DefaultDiffInfo } from '../src/commits';
jest.setTimeout(180000)