invakid404
deadcef62b
feat: allow flags to be specified per transformer
2021-06-23 10:08:58 +03:00
Jorge Navarro
c49b84ec4a
Add base branches as configuration
2021-04-30 01:28:36 +02:00
Mike Penz
0bbac0be0f
- introduce new on_property field for Extractor allowing to define the property to use for the label extraction
...
- use property (if provided) and allow label extraction via this approach
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/208
2021-03-04 16:16:21 +01:00
Mike Penz
f8918d6247
- introduce new API adding support to extract additional PR labels from the PR message. This can also be used to organise the changelog in commitMode
...
- adjust RegExp to be executed in unicode mode, allows referencing a emoji via `.`
- introduce new testcase for emoji mode with label extractor
2021-02-19 14:59:54 +01:00
Mike Penz
7d89db2cb5
- adjust default max back track time to 365 days (e.g. allow release tags to have longer inbetween)
...
- this is possible with larger page size on commits and PRs
2021-01-11 22:53:50 +01:00
Mike Penz
c29d7639d7
- use loose semver parsing to support a wider variety of cases
2020-11-11 13:40:17 +01:00
Mike Penz
8323240009
- introduce support for specifying labels which will ignore PRs from being included in the changelog
...
- please note ignored changelogs can be still included i the changelog via the according placeholder
- fix count for categorizedPrs
2020-11-04 13:55:49 +01:00
Mike Penz
1089e28a2f
- provide alternative method to sort tags
...
- introduce option configuration allowing to specify which method to pick
- semver (default)
- alphabetical sort order (sort)
2020-10-20 11:55:09 +02:00
Mike Penz
8058353346
- adjust defaults to already provide a great base set of categories
2020-10-17 18:07:31 +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
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