Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new placeholders - Changed files, Additions, Deletions, Changes, Commits #823

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

mikepenz
Copy link
Owner

  • introduce new additional placeholders useable for building the changelog
Placeholder Description Empty
${{CHANGED_FILES}} The count of changed files.
${{ADDITIONS}} The count of code additions (lines).
${{DELETIONS}} The count of code deletions (lines).
${{CHANGES}} The count of total changes (lines).
${{COMMITS}} The count of commits in this release.
  • restructure project to return additional diff related information along the individual commits
  • update testcases to verify functionality of new placeholders

…gelog

| **Placeholder**            | **Description**                                                                                    | **Empty** |
|----------------------------|----------------------------------------------------------------------------------------------------|:---------:|
| `${{CHANGED_FILES}}`       | The count of changed files.                                                                        |           |
| `${{ADDITIONS}}`           | The count of code additions (lines).                                                               |           |
| `${{DELETIONS}}`           | The count of code deletions (lines).                                                               |           |
| `${{CHANGES}}`             | The count of total changes (lines).                                                                |           |
| `${{COMMITS}}`             | The count of commits in this release.                                                              |           |

- restructure project to return additional diff related information along the individual commits
- update testcases to verify functionality of new placeholders
@mikepenz mikepenz merged commit 99ea554 into develop Jul 26, 2022
@mikepenz mikepenz deleted the feature/diff_info_placeholders branch February 15, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant