This website requires JavaScript.
Explore
Help
Sign In
mikepenz
/
release-changelog-builder-action
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc5b0e1f00b70a6633942bf9fd668abc64d35a5b
release-changelog-builder-a…
/
src
T
History
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
..
configuration.ts
- 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
main.ts
- refactor the caching logic given the GitHub action limit on arguments is too small to allow passing in the whole cache
2023-08-25 08:23:54 +00:00
pr-collector
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
regexUtils.ts
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
releaseNotesBuilder.ts
- refactor the caching logic given the GitHub action limit on arguments is too small to allow passing in the whole cache
2023-08-25 08:23:54 +00:00
transform.ts
- 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
utils.ts
- 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