Mike Penz and GitHub
713885393e
Merge pull request #1243 from mikepenz/develop
...
dev -> main
2023-09-01 12:33:24 +02:00
Mike Penz and GitHub
dc8bed188d
Merge pull request #1242 from mikepenz/feature/dependency_updatees_20230901
...
Upgrade `dev` dependencies
2023-09-01 12:29:46 +02:00
Mike Penz and GitHub
2a017e827f
Merge pull request #1241 from mikepenz/fix/1230
...
Clarify documentation on local testing | Token permissions
2023-09-01 12:18:05 +02:00
Mike Penz and GitHub
fc5b0e1f00
```
...
@types/node ^20.5.6 → ^20.5.7
@types/semver ^7.5.0 → ^7.5.1
@typescript-eslint/eslint-plugin ^6.4.1 → ^6.5.0
@typescript-eslint/parser ^6.4.1 → ^6.5.0
eslint ^8.47.0 → ^8.48.0
eslint-plugin-github ^4.9.2 → ^4.10.0
node-fetch 2.6.12 → 3.3.2
prettier 3.0.2 → 3.0.3
```
2023-09-01 10:17:35 +00:00
Mike Penz and GitHub
0c75ead823
- clarify documentation on local testing (or via GitHub codespaces)
...
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1230
- clarify GitHub token requirements
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1223
2023-09-01 10:13:44 +00:00
Mike Penz and GitHub
c0a75e5ba4
Merge pull request #1240 from mikepenz/feature/inverse_config_default
...
Inverse default template format to `#{{}}`
2023-08-31 21:23:20 +02:00
Mike Penz and GitHub
0c6df6975b
- add note on config format
2023-08-31 19:17:07 +00:00
Mike Penz and GitHub
695b32d625
- change the default placeholder pattern from ${{}} to #{{}} as this will work for both config.json files and the yaml (${{}} is reserved for github actions syntax)
2023-08-31 19:14:23 +00:00
Mike Penz and GitHub
99b87958a1
Merge pull request #1238 from mikepenz/feature/dependabot_group
...
Dependabot group
2023-08-31 15:36:46 +02:00
Mike Penz and GitHub
213c060c75
- group together dev dependencies
2023-08-31 13:29:04 +00:00
Mike Penz and GitHub
677fedde3a
Merge pull request #1237 from mikepenz/feature/drop_pr_collector_module
...
Remove pr-collector npm module setup
2023-08-31 15:25:51 +02:00
Mike Penz and GitHub
fba834269a
- add missing npm install
2023-08-31 12:30:03 +00:00
Mike Penz and GitHub
144cd931d3
- remove pr-collector module
...
(explore if used by gets fixed by it)
2023-08-31 12:07:40 +00:00
Mike Penz and GitHub
f363eace68
Merge pull request #1229 from mikepenz/develop
...
dev -> main
2023-08-25 13:27:47 +02:00
Mike Penz and GitHub
af326da47f
Merge pull request #1228 from mikepenz/feature/minor_adjustments
...
Minor improvements
2023-08-25 12:10:14 +02:00
Mike Penz and GitHub
5dd7722b69
- fix regex in testcase
2023-08-25 09:57:29 +00:00
Mike Penz and GitHub
7e5b9d05c5
- recompile dist
2023-08-25 09:53:22 +00:00
Mike Penz and GitHub
6e2d9ccd46
- include error in log for bad replacer regex
...
- allow category only with rules (and no labels) in exhaustive mode
2023-08-25 09:52:18 +00:00
Mike Penz and GitHub
304550b714
- lower info on extracted reference being invalid to NaN -> it may be expected (not every PR references other PRs)
2023-08-25 09:38:15 +00:00
Mike Penz and GitHub
ac1ce19a7c
Merge pull request #1226 from mikepenz/feature/dependency_updates_20230825
...
Update `dev` dependencies
2023-08-25 11:29:06 +02:00
Mike Penz and GitHub
69c6fcb525
Merge pull request #1227 from mikepenz/feature/speed_up_tests
...
Test optimisations
2023-08-25 11:28:52 +02:00
Mike Penz and GitHub
766f870a8f
- also update pr-collector package.json
2023-08-25 09:26:22 +00:00
Mike Penz and GitHub
2c31bd2a50
- update dev dependencies to their latest version
2023-08-25 09:26:22 +00:00
Mike Penz and GitHub
52f6094850
- update various test-cases to operate based on cached data retrieved from the API
...
- especially for historic data where PRs from over 2+ years is pulled that makes a major difference
2023-08-25 09:25:28 +00:00
Mike Penz and GitHub
8b8a29b8d1
Merge pull request #1224 from mikepenz/feature/adjusted_caching_mechanism
...
Refactor caching logic to solve data length limitations
2023-08-25 10:31:23 +02:00
Mike Penz and GitHub
8af70e55a6
- only create the temp dir if it does not exist
2023-08-25 08:25:16 +00:00
Mike Penz and GitHub
a72c0bbc47
- refactor the caching logic given the GitHub action limit on arguments is too small to allow passing in the whole cache
...
- adjust the `cache` to now only take the file-path to read the cache from
- offer temporary backwards compatiblity on passing the cache directly
- add documentation for cache vars in README
2023-08-25 08:23:54 +00:00
Mike Penz and GitHub
fa2cca75cf
Merge pull request #1225 from mikepenz/fix/max_pr_bail_condition
...
Fix fetching PRs after we reached the max amount
2023-08-25 10:00:17 +02:00
Mike Penz and GitHub
ae2c6ccbb5
- fix bailing out if the max amount of PRs is reached
2023-08-25 07:54:34 +00:00
Mike Penz and GitHub
bfac64bcd3
Merge pull request #1210 from mikepenz/fix/commit_mode_author
...
Fix author for commit mode was not username
2023-08-18 20:06:52 +02:00
Mike Penz and GitHub
6e25f3fceb
- update dist
2023-08-18 18:00:04 +00:00
Mike Penz and GitHub
a44834d880
- fix the author in commitMode resolves to the username equally to the standard PR mode
...
- RELATES TO https://github.com/mikepenz/release-changelog-builder-action/issues/1208
2023-08-18 17:57:08 +00:00
Mike Penz and GitHub
82a22f1f18
Merge pull request #1209 from mikepenz/feature/drop_github_prefix
...
Cleanup `pr-collector` dependency | Update dependencies
2023-08-18 19:51:34 +02:00
Mike Penz and GitHub
f8437dbf1f
- fix tests with refactored setup
2023-08-18 17:39:16 +00:00
Mike Penz and GitHub
d9daf249eb
- recompile, newer typescript dev container
2023-08-18 17:20:39 +00:00
Mike Penz and GitHub
ce66235291
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
Mike Penz and GitHub
d8188193ab
- drop github prefix of pr-collector
2023-08-18 16:56:13 +00:00
Mike Penz and GitHub
04c71ddc82
Merge pull request #1192 from mikepenz/feature/update_actions_version
...
Update CI action versions
2023-08-18 18:55:34 +02:00
Mike Penz and GitHub
1afe5f05ce
- update the version of used actions
2023-08-02 15:28:09 +00:00
Mike Penz and GitHub
b0823c5bd8
Merge pull request #1190 from mikepenz/feature/update_dependencies_20230802
...
Update dev dependencies
2023-08-02 17:25:04 +02:00
Mike Penz and GitHub
bef8cc335b
Merge pull request #1189 from mikepenz/feature/optimize_tag_retrieval
...
Optimize tag retrieval if fully specified
2023-08-02 17:24:50 +02:00
Mike Penz and GitHub
581892325b
- fix lint errors
2023-08-02 15:18:09 +00:00
Mike Penz and GitHub
94c8f8d3e7
- resolve lint warning
2023-08-02 13:46:51 +00:00
Mike Penz and GitHub
30d4407725
- clean re-build the dist folder
2023-08-02 13:43:09 +00:00
Mike Penz and GitHub
5ce3a582c3
- update dev dependencies
2023-08-02 13:40:52 +00:00
Mike Penz and GitHub
20c68db309
- no need to fetch tags if from and to are already precisely defined
2023-08-02 13:37:06 +00:00
Mike Penz and GitHub
466f5a9b17
Merge pull request #1185 from mikepenz/fix/dist_check_ci
...
Update `dist-check` CI job
2023-07-28 19:31:04 +02:00
Mike Penz and GitHub
614e71af44
- fix dist check is only validating the pr-collector dependency
2023-07-28 17:21:47 +00:00
Mike Penz and GitHub
c820a860b4
Merge pull request #1184 from mikepenz/feature/optimize_break_condition
...
Optimize PR loading break condition
2023-07-28 16:00:17 +02:00
Mike Penz and GitHub
042bbe5d5c
- ensure project is recompiled cleanly
2023-07-28 13:46:07 +00:00