- improve example
- fix imports
This commit is contained in:
@@ -138,7 +138,17 @@ jobs:
|
|||||||
id: external_changelog_second
|
id: external_changelog_second
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
configuration: "configs/configuration.json"
|
configurationJson: |
|
||||||
|
{
|
||||||
|
"template": "#{{CHANGELOG}}",
|
||||||
|
"pr_template": "PR: #${{NUMBER}}",
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"title": "## Everything",
|
||||||
|
"labels": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
owner: "mikepenz"
|
owner: "mikepenz"
|
||||||
repo: "MaterialDrawer"
|
repo: "MaterialDrawer"
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ import {HttpsProxyAgent} from 'https-proxy-agent'
|
|||||||
import {PullRequestInfo, PullRequests} from './pullRequests'
|
import {PullRequestInfo, PullRequests} from './pullRequests'
|
||||||
import {Commits, DiffInfo} from './commits'
|
import {Commits, DiffInfo} from './commits'
|
||||||
import {buildChangelog} from './transform'
|
import {buildChangelog} from './transform'
|
||||||
import * as fs from 'fs'
|
|
||||||
import path from 'path'
|
|
||||||
|
|
||||||
export interface ReleaseNotesOptions {
|
export interface ReleaseNotesOptions {
|
||||||
owner: string // the owner of the repository
|
owner: string // the owner of the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user