Skip to content

Add workflow for autogenerating changelog snippets #6981

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 8 commits into from
Aug 30, 2022

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Aug 24, 2022

Part of #6918. The workflow won't affect this PR itself, but you can see it in action in a test repository at datalad/temp-release-devel#4.

Changelog

🏠 Internal

  • Add a workflow for autogenerating changelog snippets

[travis skip]
[appveyor skip]

@jwodder jwodder added semver-internal Changes only affect the internal API CHANGELOG-missing When a PR's description does not contain a changelog item, yet. labels Aug 24, 2022
@jwodder jwodder force-pushed the gh-6918a branch 4 times, most recently from fda93aa to a285faf Compare August 24, 2022 18:56
@jwodder jwodder removed the CHANGELOG-missing When a PR's description does not contain a changelog item, yet. label Aug 29, 2022
@jwodder jwodder marked this pull request as ready for review August 29, 2022 15:19
@yarikoptic
Copy link
Member

Thanks @jwodder ! shouldn't we get it into maint instead of master?

@jwodder jwodder changed the base branch from master to maint August 29, 2022 16:03
@jwodder
Copy link
Member Author

jwodder commented Aug 29, 2022

@yarikoptic Fixed.

@codeclimate
Copy link

codeclimate bot commented Aug 29, 2022

Code Climate has analyzed commit 7ed051b and detected 0 issues on this pull request.

View more on Code Climate.

Copy link
Member

@yarikoptic yarikoptic left a comment

Choose a reason for hiding this comment

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

Looks great to me, suggested minor stylistic additions.

+ f" via {self.as_link()} (by {self.author.as_link()})"
)
else:
item += f" {self.as_link()} (by {self.author.as_link()})"
Copy link
Member

@yarikoptic yarikoptic Aug 29, 2022

Choose a reason for hiding this comment

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

@mih -- overall, are you ok with trying out such an approach in maint (and we will merge into master as well)?

Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #6981 (2551844) into maint (ebbe341) will increase coverage by 0.98%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            maint    #6981      +/-   ##
==========================================
+ Coverage   90.14%   91.13%   +0.98%     
==========================================
  Files         354      354              
  Lines       46326    46326              
  Branches     6612     6612              
==========================================
+ Hits        41760    42218     +458     
+ Misses       4550     4092     -458     
  Partials       16       16              
Impacted Files Coverage Δ
datalad/_version.py 45.68% <0.00%> (-0.28%) ⬇️
datalad/distributed/tests/test_ria_basics.py 98.20% <0.00%> (+0.25%) ⬆️
datalad/distributed/ora_remote.py 80.46% <0.00%> (+0.31%) ⬆️
datalad/tests/utils.py 65.10% <0.00%> (+11.03%) ⬆️
datalad/tests/test_tests_utils.py 92.34% <0.00%> (+92.34%) ⬆️

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

@yarikoptic yarikoptic merged commit 3d6c126 into datalad:maint Aug 30, 2022
@github-actions
Copy link

🚀 PR was released in 0.17.4 🚀

@jwodder jwodder deleted the gh-6918a branch May 12, 2023 19:37
@jwodder jwodder added the release automation Automatic release and changelog generation label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release automation Automatic release and changelog generation released semver-internal Changes only affect the internal API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants