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

Adds tables for the configuration options with an initial column of descriptions.

The API that is being currently used for uploading assets to a Gitlab release is meant for files that are going to be [used in a markdown context](https://docs.gitlab.com/ee/api/project_markdown_uploads.html#upload-a-file): > Uploads...

When I run the examples in https://github.com/release-it/release-it/blob/main/docs/github-releases.md#release-notes ``` { "github": { "release": true, "releaseNotes": "generate-release-notes.sh --from=${latestTag} --to=${tagName}" } } ``` And ``` { "github": { "release": true, "releaseNotes": "git log...

I want have to ```json5 { "name: "root-package-json", "scripts": { // ... }, "release-it": "@taiga-ui/release-it-config" } ``` But now or I have error

https://github.com/release-it/release-it/blob/main/docs/configuration.md says: > Out of the box, release-it has sane defaults, and [plenty of options](https://github.com/release-it/release-it/blob/main/config/release-it.json) to configure it. Is there somewhere that describes what each of the options does?

Hey not sure if this is known, but we are seeing a weird bug with `-git.tagExclude='*[-]*'` with `release-it --git.tagExclude='*[-]*' --github.draft` we are getting ``` 🚀 Let's release *** (0.6.0-8...0.6.0) Changelog:...

**Issue** I have found that when we are using [Github comments](https://github.com/release-it/release-it/blob/main/docs/github-releases.md) feature on release that contains multiple commits, the query in `/search` is generated over the 256 characters limit. ```shell...

I use the built-in [git](https://github.com/release-it/release-it/blob/main/docs/git.md) plugin to push the tags and version bump to the remote repo. Since we have a busy repo where often changes are pushed to the...

This PR introduces a new release-it option `gitlab.repoId`. ## Summary I've ran into an issue during when a `GitLab.isCollaborator` function was called. The request to ``` RELEASE-IT:GITLAB 66: { url:...

I wrote this logic in my script : npx release-it ${nextPreTag} --from=${previousTag} --to=${nextPreTag} --ci Why does the format failure occur when carrying the first nextPreTag The workflow is printed as...