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
59903d2471fb3ddbc12e68b5d77d03509038703b
release-changelog-builder-a…
/
src
T
History
Mike Penz
1f2d0ea832
- differentiate between configuration not found vs configuration could not be parsed
...
- help with
https://github.com/mikepenz/release-changelog-builder-action/issues/147
2021-01-05 18:30:26 +01:00
..
commits.ts
- adjust things to have fallback to empty string as octocit changed nullability
2020-12-02 09:26:33 +01:00
configuration.ts
- use loose semver parsing to support a wider variety of cases
2020-11-11 13:40:17 +01:00
gitHelper.ts
- fix formatting, and unused import
2020-10-17 19:42:26 +02:00
main.ts
- introduce new API allowing to write changelog directly to result file
2020-12-30 17:49:41 +01:00
pullRequests.ts
- ensure we retrieved pull requests, fix undefined exception
2020-12-21 10:38:06 +01:00
releaseNotes.ts
- identify merged PRs given the mergeCommitSha
2020-10-29 12:06:32 +01:00
releaseNotesBuilder.ts
- provide alternative method to sort tags
2020-10-20 11:55:09 +02:00
tags.ts
- use loose semver parsing to support a wider variety of cases
2020-11-11 13:40:17 +01:00
transform.ts
- use loose semver parsing to support a wider variety of cases
2020-11-11 13:40:17 +01:00
utils.ts
- differentiate between configuration not found vs configuration could not be parsed
2021-01-05 18:30:26 +01:00
wait.ts
Initial commit
2020-10-16 09:32:07 +02:00