Skip to content

Conversation

Copy link

Copilot AI commented Nov 20, 2025

The npm run release script was failing due to version incompatibility between @release-it/conventional-changelog@7.0.2 and conventional-changelog-angular@7.x, which changed from function exports to Promise exports.

Changes

  • Dependencies updated

    • release-it: ^16.2.0 → ^17.11.0
    • @release-it/conventional-changelog: ^7.0.2 → ^9.0.4
  • Preset configuration

    • Changed to object format required by v9+:
    "preset": {
      "name": "angular"
    }

This enables conventional commit parsing, automated version bumping, changelog generation, and GitHub releases.

Original prompt

On package.json, npm run release


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add npm run release script to package.json Fix release-it compatibility issues Nov 20, 2025
Copilot AI requested a review from JimmyDaddy November 20, 2025 02:12
@JimmyDaddy JimmyDaddy closed this Nov 20, 2025
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