add header to release pr. remove 📦️ Dependencies from release descrip…#3144
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ -0.02% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (2f9d9c5) 82474 19133 23.20% Head commit (0100201) 82474 (+0) 19116 (-17) 23.18% (-0.02%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#3144) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
| // Exclude the "📦️ Dependencies" section from the release description | ||
| const section = removeChangelogSubsection( | ||
| await getChangelogSection(nextVersion), | ||
| "📦️ Dependencies" | ||
| ); |
There was a problem hiding this comment.
You could just remove "📦️ Dependencies" from changeTypes in this file. It would never land in CHANGELOG.md in the first place. Then you don't need to manually strip out strings.
Or do we want to keep it in CHANGELOG.md? 🤔
There was a problem hiding this comment.
You could just remove "📦️ Dependencies" from changeTypes in this file.
Yes, I know, I just wanted to exclude "📦️ Dependencies" from release but keep it in changelog.md (I supposed it'll usefull for us dev teams)
00ca5a7 to
0100201
Compare
added header:
This is a rolling release. Learn here about thetested here: 🎉 Release 0.1.0 v-scharf/rrg-test#2
📦️ Dependenciesfrom release pr and release description -> but stills in changelog ✅️