Skip to content

ci(CHANGELOG.md): use git-cliff to generate changelogs#4858

Merged
Boshen merged 1 commit intomainfrom
changelog
Jun 7, 2025
Merged

ci(CHANGELOG.md): use git-cliff to generate changelogs#4858
Boshen merged 1 commit intomainfrom
changelog

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Jun 7, 2025

This PR removes the npm package conventional-changelog in favor of git cliff, which produces cleaner changelog, and is more powerful and easier to use.

changelog is also added to the release PR and github release.

CHANGELOG.md is regenerated.

@socket-security
Copy link

socket-security bot commented Jun 7, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedsignal-exit@​4.1.01001009279100

View full report

@netlify
Copy link

netlify bot commented Jun 7, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit bbfc8a6
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6844568b834f4200081d4675

@Boshen Boshen marked this pull request as draft June 7, 2025 05:30
@hyf0
Copy link
Member

hyf0 commented Jun 7, 2025

Some notes:

  • commits include breaking changes need to be put in the head and featured.

@Boshen Boshen force-pushed the changelog branch 2 times, most recently from a0cf672 to 9cff683 Compare June 7, 2025 15:09
@Boshen Boshen self-assigned this Jun 7, 2025
@Boshen Boshen marked this pull request as ready for review June 7, 2025 15:11
@Boshen Boshen merged commit d7000e8 into main Jun 7, 2025
22 checks passed
@Boshen Boshen deleted the changelog branch June 7, 2025 15:11
NPM_CONFIG_PROVENANCE: true

release:
needs: [check, release]
Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be a circular dependency in the job configuration. The release job lists itself in its own needs array:

needs: [check, release]

This creates a circular reference that will prevent the workflow from executing properly. Consider changing this to only depend on the check job, or reference a different job name if another job should be completed before this one runs.

Suggested change
needs: [check, release]
needs: [check]

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@github-actions github-actions bot mentioned this pull request Jun 7, 2025
Boshen pushed a commit that referenced this pull request Jun 7, 2025
## [1.0.0-beta.13] - 2025-06-07

### 🚀 Features

- feat: merge same `ImportNamespaceSpecifier` for external module by
@IWANABETHATGUY in
[#4373](#4373)

### 🐛 Bug Fixes

- ci: disable `generate_release_notes` by @Boshen

### 📚 Documentation

- docs: add MAINTENANCE.md; remove rolldown.rs/contrib-guide/release by
@Boshen in [#4854](#4854)

### ⚙️ Miscellaneous Tasks

- add input description to prepare-release.yml by @Boshen
- fix prepare-release.yml by @Boshen
- CHANGELOG.md: ci(CHANGELOG.md): use git-cliff to generate changelogs
by @Boshen in [#4858](#4858)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants