Mike Penz and GitHub
2fe056f840
- optimize performance by respecting the max_pull_request setting for fetching PRs via the API already
2022-12-09 13:03:23 +00:00
Mike Penz and GitHub
38aabea998
- add capability to fetch review comments and use them as part of the target template
...
- allow array syntax to be used as part of reviewers, approvers, assignees
2022-12-09 13:03:23 +00:00
Mike Penz and GitHub
b1ea770a88
- reformat source - lineLength 120
2022-07-29 13:48:53 +00:00
Mike Penz
c4a63d86ad
- introduce branch (head ref) as data point in the PullRequestInfo object
...
- expand extractor to allow using the `branch` -> e.g. to extract the label
2022-07-27 17:19:50 +02:00
Mike Penz
0bb7bd0176
- expand configuration specification by offering sorting by alternative properties -> title instead of mergedAt.
...
- add more testcases to cover the new sort orders
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/757
2022-05-13 11:28:46 +02:00
Mike Penz
1e867df2de
- introduce new flag allowing to fetch reviewers who approved PRs
...
- add new testcase which verifies approvers being included
- adjust config for some test cases to verify reviewers not being pulled if disabled
2022-04-08 12:13:21 +02:00
Mike Penz
f60b8b4167
- expand custom assignment and add testcase to verify ability to construct custom categories involving states of PRs
2022-04-08 11:00:40 +02:00
Mike Penz
6211ea4995
- expand log messages
...
- introduce test case to verify the inclusion of the open PR as part of the standard PR set
2022-04-08 11:00:39 +02:00
Mike Penz
85af6a8181
- introduce new flag to include open PRs into the changelog
...
- only fetch open with this flag
- expand pull request spec with
- status, created at timestamp
- expand definition for placeholder patterns in the changelog
2022-04-08 11:00:39 +02:00
yuhao-su
4404cf1118
fix fetching pr iterator
2022-01-02 02:03:46 +08:00
Mike Penz
4580067a62
- specify all mapping to lowercase with explicit en locale
2021-09-14 13:04:50 +02:00
Mike Penz
cfac2f37a1
- introduce new configuration option to define category labels to be exhaustive
...
- require all labels of a category to be present in the matching PR
- update to typescript 4.4.x
- recompile dist
2021-08-27 11:41:20 +02:00
Mike Penz
6a2da2fa89
- upgrade dependencies
...
- recompile dist
- fix eslint errors, update eslint rules
2021-08-14 18:07:18 +02:00
Mike Penz
99f650ca02
- simplify code
2021-06-23 11:57:53 +02:00
Mike Penz
4d47219031
- use toLocaleLowerCase to ensure we have proper locale dependent lowercase behavior
...
- ensure we also match the configuration case independent
2021-06-23 11:54:45 +02:00
invakid404
deadb8953d
refactor: use mapPullRequest
2021-06-23 12:32:30 +03:00
invakid404
dead9527b4
feat: keep labels in a set and make them lowercase
2021-06-23 10:31:36 +03:00
Mike Penz
31d30f3069
- fix formatting for different files
2021-05-13 14:48:12 +02:00
Jorge Navarro
c49b84ec4a
Add base branches as configuration
2021-04-30 01:28:36 +02:00
Will Douglas
069080d600
Make maxPullRequest warning more apparent
2021-03-05 19:12:40 -07:00
Mike Penz
becbe17766
- add support to exclude merge commits in release notes generation
...
- move filterCommits into commits.ts
- recompile dist files with updated code
2021-02-26 10:47:08 +01:00
Mike Penz
2cbd5d5863
- extend per page PR amount to lower requests done to the GitHub API
...
- beside speeding up for releases with many PRs (this also benefits cases which exeed the 90 days max back check limit)
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/154
2021-01-11 19:59:10 +01:00
Mike Penz
ca10cdcd6a
- ensure we retrieved pull requests, fix undefined exception
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/127
2020-12-21 10:38:06 +01:00
Mike Penz
764738b7fa
- adjust things to have fallback to empty string as octocit changed nullability
...
- recompile dist
2020-12-02 09:26:33 +01:00
Mike Penz
a1b4e555e4
- identify merged PRs given the mergeCommitSha
...
- do not solely go via merge commits as not all merges will have these
2020-10-29 12:06:32 +01:00
Mike Penz
f63fa1dabb
- fix formatting, and unused import
2020-10-17 19:42:26 +02:00
Mike Penz
f675789732
- group logs together to have a better visualisation of what's going on
...
- add emojis to all sorts of logs
2020-10-17 19:37:11 +02:00
Mike Penz
da89739163
- introduce more placeholders (milestone, labels, asignees, reviewers)
...
- update testcase to check new placeholders
2020-10-17 18:11:22 +02:00
Mike Penz
488b03cfa1
- fix lint errors
2020-10-16 19:37:04 +02:00
Mike Penz
2f1eed7458
- add additional settings to ensure we won't spend the whole API quota if a merge included non anticipated commits
2020-10-16 19:30:10 +02:00
Mike Penz
152792eaa4
- improve test case to depend on self
...
- fix various eslint error reports
2020-10-16 17:38:50 +02:00
Mike Penz
db70432deb
- fix a ton of formatting issues automatically
...
- fix many javascript issues
2020-10-16 16:29:13 +02:00
Mike Penz
0a66008df0
- introduce proper approach to retrieve tag before a given tag
...
- add configuration options for
- path
- configuration
- fromTag, toTag
- token
- allow to specify transformers to adjust information to a specific form
- allow to specify different templates
- speed up by limiting information to pull
- add logic to automatically resolve current
- use github actions logger
2020-10-16 15:52:24 +02:00
Mike Penz
732ef0ad47
- upgrade moment imports
2020-10-16 10:00:54 +02:00
Mike Penz
8dd6d28fd5
- read in labels from pull requests
...
- stop processing pull requests as soon as we reached a PR which was last changed before the relevant date range
- return filtered pull requests
2020-10-16 09:53:08 +02:00
Mike Penz
8944338c36
- initial import of original source from https://github.com/nblagoev/pull-release-notes
...
- adjust action specifications
2020-10-16 09:51:24 +02:00