release-it icon indicating copy to clipboard operation
release-it copied to clipboard

πŸš€ Automate versioning and package publishing

Results 110 release-it issues
Sort by recently updated
recently updated
newest added

This is not a `release-it` bug, but you might want to keep in mind that this issue can result in strange errors. For some reason my IDE cloned the repo...

hi, i got a problem. I had read [github-releases](https://github.com/release-it/release-it/blob/main/docs/github-releases.md) and configured like this. .env ``` RELEASE_IT_GITHUB_TOKEN="ghp_XXXXXXXX" ``` .release-it.json ``` { "$schema": "https://unpkg.com/release-it/schema/release-it.json", "github": { "release": true, "tokenRef": "RELEASE_IT_GITHUB_TOKEN" }, "npm":...

I am getting this odd error, only on one of my repos (https://github.com/messages-modules/messages-modules): `Request body length does not match content-length header` Not too sure if this is specific to something...

## Issue Identifying the issue by release-it to write the comment ## Diagnostic (so far) So, if I have a group of commits using the `@release-it/conventional-changelog` with the preset `conventionalcommits...

No issue to report, but more a guidance/how to question. Imagine I have a project that publishes an node module to a private npm registry, all is done in an...

If `--engine-strict` is used, `npm install` fails with: ``` npm error code EBADENGINE npm error engine Unsupported engine npm error engine Not compatible with your version of node/npm: [email protected] npm...

Hi πŸ‘‹πŸ» I'm not sure if this is related to release-it, but I'm participating in a private project and when a release is made, my username is being documented incorrectly....

GitHub is phasing out TOTP (Time-based One-Time Password) for npm publishing. New TOTP setups are already disabled, and existing ones will stop working in the coming months. We need to...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Here’s a polished **pull request description** you can use directly for your contribution to the `release-it` repository: --- ### Description This pull request adds the **`release-it-beautiful-changelog`** plugin to the **Plugins**...