Skip to content

chore : add changelog to makefile #227

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

Merged
merged 10 commits into from
Mar 31, 2023

Conversation

hjgraca
Copy link
Contributor

@hjgraca hjgraca commented Mar 29, 2023

Please provide the issue number

Issue number: #217

Summary

Changelog was not being generated because there was no action in Makefile for changelog.
This Makefile is called from the GitHub action Build and publish latest changelog https://github.com/awslabs/aws-lambda-powertools-dotnet/blob/develop/.github/workflows/reusable_publish_changelog.yml

Changes

  • Changelog in Makefil
  • .chglog folder
    • with config and template

User experience

Changelog will be updated on release

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@hjgraca hjgraca added bug Unexpected, reproducible and unintended software behaviour github-actions Changes in GitHub workflows labels Mar 29, 2023
@auto-assign auto-assign bot requested a review from amirkaws March 29, 2023 19:39
@hjgraca hjgraca linked an issue Mar 29, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.06 ⚠️

Comparison is base (56d5583) 56.29% compared to head (183afdf) 56.23%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #227      +/-   ##
===========================================
- Coverage    56.29%   56.23%   -0.06%     
===========================================
  Files           41       41              
  Lines         1796     1796              
===========================================
- Hits          1011     1010       -1     
- Misses         785      786       +1     
Flag Coverage Δ
unittests 56.23% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@amirkaws amirkaws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hjgraca hjgraca merged commit 1589e4d into aws-powertools:develop Mar 31, 2023
@hjgraca hjgraca deleted the chore_fix_changelog_build branch March 31, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected, reproducible and unintended software behaviour github-actions Changes in GitHub workflows
Projects
Status: 🚀 Shipped
Development

Successfully merging this pull request may close these issues.

Bug: No rule to make target 'changelog'
3 participants