Skip to content

Add workflow for autogenerating changelog snippets#6981

Merged
yarikoptic merged 8 commits into
datalad:maintfrom
jwodder:gh-6918a
Aug 30, 2022
Merged

Add workflow for autogenerating changelog snippets#6981
yarikoptic merged 8 commits into
datalad:maintfrom
jwodder:gh-6918a

Conversation

@jwodder
Copy link
Copy Markdown
Contributor

@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. and removed CHANGELOG-missing When a PR's description does not contain a changelog item, yet. labels Aug 24, 2022
@jwodder jwodder marked this pull request as ready for review August 29, 2022 15:19
@yarikoptic
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

jwodder commented Aug 29, 2022

@yarikoptic Fixed.

@qlty-cloud-legacy
Copy link
Copy Markdown

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

View more on Code Climate.

Copy link
Copy Markdown
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.

Comment thread .github/workflows/add-changelog-snippet.yml Outdated
Comment thread .github/workflows/add-changelog-snippet.yml Outdated
Comment thread tools/ci/mkchlog-snippet.py Outdated
Comment thread tools/ci/mkchlog-snippet.py Outdated
Comment thread tools/ci/mkchlog-snippet.py Outdated
Comment thread tools/ci/mkchlog-snippet.py
Comment thread tools/ci/mkchlog-snippet.py Outdated
+ f" via {self.as_link()} (by {self.author.as_link()})"
)
else:
item += f" {self.as_link()} (by {self.author.as_link()})"
Copy link
Copy Markdown
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)?

Comment thread tools/ci/mkchlog-snippet.py Outdated
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
@codecov
Copy link
Copy Markdown

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
Copy Markdown

🚀 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