Skip to content

add header to release pr. remove 📦️ Dependencies from release descrip…#3144

Merged
v-scharf merged 1 commit into
mainfrom
add-header-torelease-pr
Jul 17, 2026
Merged

add header to release pr. remove 📦️ Dependencies from release descrip…#3144
v-scharf merged 1 commit into
mainfrom
add-header-torelease-pr

Conversation

@v-scharf

@v-scharf v-scharf commented Jul 16, 2026

Copy link
Copy Markdown
Contributor
image
  • but not in changelog - ✅️:
image
  • excluded 📦️ Dependencies from release pr and release description -> but stills in changelog ✅️

@v-scharf v-scharf added the Type:Maintenance E.g. technical debt, packaging, etc. label Jul 16, 2026
@codacy-production

codacy-production Bot commented Jul 16, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · -0.02% coverage variation

Metric Results
Coverage variation -0.02% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

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.

Comment thread release-config.ts
Comment on lines +81 to +85
// Exclude the "📦️ Dependencies" section from the release description
const section = removeChangelogSubsection(
await getChangelogSection(nextVersion),
"📦️ Dependencies"
);

@JammingBen JammingBen Jul 16, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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? 🤔

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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)

@v-scharf
v-scharf force-pushed the add-header-torelease-pr branch from 00ca5a7 to 0100201 Compare July 16, 2026 14:57
@v-scharf
v-scharf merged commit a82aeef into main Jul 17, 2026
62 of 63 checks passed
@v-scharf
v-scharf deleted the add-header-torelease-pr branch July 17, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:Maintenance E.g. technical debt, packaging, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants