{ "mergedPullRequests": [ { "number": 10, "title": "[CI] Specify Test Case", "htmlURL": "https://github.com/mikepenz/release-changelog-builder-action/pull/10", "baseBranch": "develop", "branch": "feature/specify_test", "createdAt": "2020-10-16T13:58:49.000Z", "mergedAt": "2020-10-16T13:59:36.000Z", "mergeCommitSha": "fa3788c8c4b3373ef8424ce3eb008a5cd07cc5aa", "author": "mikepenz", "repoName": "mikepenz/release-changelog-builder-action", "labels": [ "test", "--rcba-merged" ], "milestone": "1.0.0", "body": "- specify test case", "assignees": [ "mikepenz", "nhoelzl" ], "requestedReviewers": [ "nhoelzl" ], "approvedReviewers": [], "status": "merged" } ], "diffInfo": { "changedFiles": 19, "additions": 14827, "deletions": 444, "changes": 15271, "commits": 3, "commitInfo": [ { "sha": "0a66008df0b0a89c4bcfd447c5457e223f4b9947", "summary": "- introduce proper approach to retrieve tag before a given tag", "message": "- introduce proper approach to retrieve tag before a given tag\n- add configuration options for\n - path\n - configuration\n - fromTag, toTag\n - token\n- allow to specify transformers to adjust information to a specific form\n- allow to specify different templates\n- speed up by limiting information to pull\n- add logic to automatically resolve current\n- use github actions logger", "author": "mikepenz", "authorDate": "2020-10-16T13:52:24.000Z", "committer": "mikepenz", "commitDate": "2020-10-16T13:52:24.000Z" }, { "sha": "92577cd8be4b0ff97648fcf6db98ba38dcba1f25", "summary": "- configure test case", "message": "- configure test case", "author": "mikepenz", "authorDate": "2020-10-16T13:56:40.000Z", "committer": "mikepenz", "commitDate": "2020-10-16T13:56:40.000Z" }, { "sha": "fa3788c8c4b3373ef8424ce3eb008a5cd07cc5aa", "summary": "Merge pull request #10 from mikepenz/feature/specify_test", "message": "Merge pull request #10 from mikepenz/feature/specify_test\n\n[CI] Specify Test Case", "author": "mikepenz", "authorDate": "2020-10-16T13:59:35.000Z", "committer": "web-flow", "commitDate": "2020-10-16T13:59:35.000Z" } ] }, "options": { "owner": "mikepenz", "repo": "release-changelog-builder-action", "fromTag": { "name": "v0.0.1", "commit": "v0.0.1" }, "toTag": { "name": "v0.0.3", "commit": "v0.0.3" }, "includeOpen": false, "failOnError": false, "fetchReviewers": false, "fetchReleaseInformation": false, "fetchReviews": false, "commitMode": false, "configuration": { "max_tags_to_fetch": 200, "max_pull_requests": 1000, "max_back_track_time_days": 1000, "exclude_merge_branches": [], "sort": { "order": "ASC", "on_property": "mergedAt" }, "template": "#{{CHANGELOG}}\n#{{UNCATEGORIZED}}\n#{{IGNORED}}\n#{{OWNER}}\n#{{REPO}}\n#{{FROM_TAG}}\n#{{TO_TAG}}\n#{{RELEASE_DIFF}}\n#{{CATEGORIZED_COUNT}}\n#{{UNCATEGORIZED_COUNT}}\n#{{IGNORED_COUNT}}\n#{{CHANGED_FILES}}\n#{{ADDITIONS}}\n#{{DELETIONS}}\n#{{CHANGES}}\n#{{COMMITS}}", "pr_template": "- #{{TITLE}}\n - PR: ##{{NUMBER}}", "empty_template": "#{{OWNER}}\n#{{REPO}}\n#{{FROM_TAG}}\n#{{TO_TAG}}\n#{{RELEASE_DIFF}}", "categories": [ { "title": "## ๐Ÿš€ Features", "labels": [ "feature" ] }, { "title": "## ๐Ÿ› Fixes", "labels": [ "fix" ] }, { "title": "## ๐Ÿงช Tests", "labels": [ "test" ] }, { "title": "## ๐Ÿ“ฆ Uncategorized", "labels": [] } ], "ignore_labels": [ "ignore" ], "label_extractor": [], "transformers": [], "tag_resolver": { "method": "semver" }, "base_branches": [], "custom_placeholders": [], "trim_values": false } } }