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

add meta data parsing #29

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Conversation

brainelectronics
Copy link
Owner

Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data property of ExtractVersion after running parse_changelog_completely and is added to the changelog.json file. See #28

  • bump snippets2changelog to 1.3.0 to have the snippets meta data added to the changelog entries
  • update examples/changelog.json to contain meta data of latest changelog entry

@brainelectronics brainelectronics added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 4, 2024
@brainelectronics brainelectronics self-assigned this Oct 4, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (e499cd4) to head (8744913).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   95.16%   95.62%   +0.45%     
==========================================
  Files           3        3              
  Lines         124      137      +13     
  Branches       13       15       +2     
==========================================
+ Hits          118      131      +13     
  Misses          3        3              
  Partials        3        3              
Flag Coverage Δ
unittests 95.62% <100.00%> (+0.45%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner Author

@brainelectronics brainelectronics left a comment

Choose a reason for hiding this comment

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

LGTMself

@brainelectronics brainelectronics merged commit bd1b643 into main Oct 4, 2024
6 checks passed
@brainelectronics brainelectronics deleted the feature/add-meta-data-parser branch October 4, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants