- improve example

- fix imports
This commit is contained in:
Mike Penz
2023-05-26 13:50:19 +00:00
committed by GitHub
parent eafb6da975
commit 29993b6dbd
2 changed files with 11 additions and 3 deletions
+11 -1
View File
@@ -138,7 +138,17 @@ jobs:
id: external_changelog_second
uses: ./
with:
configuration: "configs/configuration.json"
configurationJson: |
{
"template": "#{{CHANGELOG}}",
"pr_template": "PR: #${{NUMBER}}",
"categories": [
{
"title": "## Everything",
"labels": []
}
]
}
owner: "mikepenz"
repo: "MaterialDrawer"
-2
View File
@@ -7,8 +7,6 @@ import {HttpsProxyAgent} from 'https-proxy-agent'
import {PullRequestInfo, PullRequests} from './pullRequests'
import {Commits, DiffInfo} from './commits'
import {buildChangelog} from './transform'
import * as fs from 'fs'
import path from 'path'
export interface ReleaseNotesOptions {
owner: string // the owner of the repository