Mike Penz
|
99d5df5b47
|
- do not drop PRs if they did not result in an extracted identifier during deduplication
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/483
- adjust log to `info` if `ID` extraction fails for PR
- merge together PRs post deduplication (with unmatched array)
- ensure proper sorting of PRs post deduplication
|
2021-09-14 13:38:49 +02:00 |
|
Mike Penz
|
4580067a62
|
- specify all mapping to lowercase with explicit en locale
|
2021-09-14 13:04:50 +02:00 |
|
Mike Penz
|
7a28de97be
|
- introduce new configuration duplicate_filter allowing to drop duplicated elements from the changelog
- restructure transform.ts to simplify code
- introduce new test cases to verify new deduplication feature
|
2021-08-27 13:28:56 +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
|
8c6615fc6c
|
- update README, recompile dist
|
2021-08-26 17:20:12 +02:00 |
|
Mike Penz
|
d8f61a957d
|
- introduce new match mechanism for the label_extractor. Allowed replace (default) vs match
- introduce new test case to verify match behavior
|
2021-08-26 16:41:45 +02:00 |
|
Mike Penz
|
a753722e84
|
- introduce test cases for transform.test.ts
- add test case to highlight label extractor feature FIX https://github.com/mikepenz/release-changelog-builder-action/issues/450
- test cases can easily be run via `npm test -- transform.test.ts`
- slightly simplify releaseNotes.ts and transform.ts
|
2021-08-26 16:05:04 +02:00 |
|
Mike Penz
|
d22595ba8b
|
- rework toTag resolving fallback if build was not started from a tag
- fallback to retrieve `toTag` from git API (only if 2 tags are available)
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/427
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/433
- introduce test case to verify
|
2021-08-15 10:56:55 +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
|
07268e45a6
|
- recompile library and run npm update
- add note on default full sample regarding labels
|
2021-07-30 14:06:12 +02:00 |
|
Mike Penz
|
e810653634
|
- recompile dist
- run `npx npm-check-updates -u`
|
2021-07-07 09:01:11 +02:00 |
|
Mike Penz
|
9126d11d42
|
- commit recompiled dist
|
2021-07-05 16:52:06 +02:00 |
|
Mike Penz
|
762538b445
|
- if only a single tag is available resolve the initial commit as fallback. this is meant to support initial release scenarios
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/276
|
2021-07-05 08:57:37 +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 |
|
Mike Penz
|
49aee4dc11
|
- recompile dist
|
2021-06-23 11:44:57 +02:00 |
|
invakid404
|
dead95343b
|
build: package new changes
|
2021-06-23 12:18:45 +03:00 |
|
Mike Penz
|
e38e90f582
|
- update npm dependencies to their latest versions
|
2021-06-21 09:08:15 +02:00 |
|
Mike Penz
|
1ede1423e0
|
- upgrade jest to v27
- recompile dist
|
2021-05-28 10:27:19 +02:00 |
|
Mike Penz
|
8ac69e5a28
|
- recompile dist
- npm upgrade
|
2021-05-28 09:57:15 +02:00 |
|
Mike Penz
|
1e433ff45a
|
- add additional messages in case of no or just a single tag
|
2021-05-13 14:52:49 +02:00 |
|
Mike Penz
|
72dd6bb3ca
|
- expand base_branches configuration to support a regex pattern to make it more flexible
- run npm update / upgrade
- recompile dist files
|
2021-04-30 10:55:14 +02:00 |
|
Mike Penz
|
27a8df8102
|
- recompile dist files
- apply formatting
|
2021-04-30 10:35:27 +02:00 |
|
Mike Penz
|
716db920b8
|
- npm upgrade
|
2021-04-23 08:47:28 +02:00 |
|
Mike Penz
|
aeea3c27af
|
- update ncc to latest release (requires webpack)
- recompile dist
|
2021-04-09 10:46:03 +02:00 |
|
Mike Penz
|
86e324b6b9
|
- recompile dist with updates from dependabot
|
2021-03-26 12:29:41 +01:00 |
|
Mike Penz
|
74aedafa36
|
- add test case to verify replace all
- recompile dist files
|
2021-03-16 15:54:48 +01: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
|
f58c4ac315
|
- recompile dist after changes
|
2021-02-26 12:06:19 +01: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
|
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
|
1405c27e80
|
- recompile project to have updated dist with all library updates from dependabot
|
2021-02-15 17:18:31 +01:00 |
|
Mike Penz
|
d72dedbee0
|
- update octokit to 18.0.14
- recompile dist
|
2021-01-22 12:35:11 +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
|
6f1faacf00
|
- update jest and recompile dist
|
2021-01-07 15:41:18 +01:00 |
|
Mike Penz
|
d66aa0a4e5
|
- introduce experimental (light) commit based changelog generation mode
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/141
- this is not fully supported and not documented as it lacks big amounts of the features we know and love
- npm install
- recompile dist
|
2021-01-07 15:31:18 +01:00 |
|
Mike Penz
|
9c6bee4385
|
- recompile dist
|
2021-01-05 18:32:36 +01:00 |
|
Mike Penz
|
a463f188c1
|
- introduce new API allowing to write changelog directly to result file
- introduce test case for writing a file
|
2020-12-30 17:49:41 +01:00 |
|
Mike Penz
|
b7342f830f
|
- recompile action
|
2020-12-21 10:39:30 +01:00 |
|
Mike Penz
|
f290035075
|
- rebuild action with latest dependency updates
|
2020-12-21 10:24:27 +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
|
0a98514f0c
|
- rebuild target with updated dependencies
|
2020-12-02 09:03:26 +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
|
db78e9819a
|
- introduce capability to have a category for all uncategorized elements (e.g. no matched label, and not specifically ignored)
|
2020-11-04 14:16:14 +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
|
fa6d5a8b8f
|
- recompile dist files
|
2020-10-29 12:09:31 +01:00 |
|
Mike Penz
|
e72e554cca
|
- recompile index.js after changes from previous PR
|
2020-10-20 12:17:10 +02:00 |
|
Mike Penz
|
01db48f052
|
- rebuild dist
|
2020-10-19 20:25:24 +02:00 |
|
Mike Penz
|
83ad299b7e
|
- upgrade sorting logic to use semver to ensure we support all cases properly
|
2020-10-19 18:56:26 +02:00 |
|
Mike Penz
|
26cab8c692
|
- properly count categorized PRs
|
2020-10-19 18:03:50 +02:00 |
|