releaser-tools icon indicating copy to clipboard operation
releaser-tools copied to clipboard

Create a GitHub/GitLab/etc. release using a project's commit messages and metadata.

Results 79 releaser-tools issues
Sort by recently updated
recently updated
newest added

Hello, I'm getting the following error when running `conventional-github-releaser -p angular` ``` GitHubError: Validation Failed (422) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] github-release: `conventional-github-releaser -p...

type::support

[email protected] have a vulnerability. It could be fixed by updating the pkg https://github.com/conventional-changelog/releaser-tools/blob/3fc007be5ed0865a85bcb5c8842647d6efa81688/packages/conventional-gitlab-releaser/package.json#L39

See below for output when trying to run from fresh install. May be related to #184. ``` $ npm install -g conventional-github-releaser ... + [email protected] ... $ conventional-github-releaser /usr/local/lib/node_modules/conventional-github-releaser/node_modules/minimist-options/index.js:101 throw...

Would it be possible to release the newest code for conventional gitlab releaser. The currently published package is throwing a 500 error because of the deprecation of the tags api...

If there is a connection how the Changelog should look like, why does the release notes look different? Commit types that are set to `hidden: true` are shown.

I apologize but looking through the documentation, I'm missing a connection somewhere (or if it's even possible). Right now I'm using standard-version to generate tags and changelog using JIRA as...

Hi, I'm working on conventional-github-releaser 3.1.5, and i have the following error: `TypeError: Cannot read property 'replace' of undefined at ghGot (/path/to/project/node_modules/gh-got/index.js:32:58)` In my gulp configuration: ```js function githubRelease(done) {...

This started to happen with the recent updates. Until now this was working fine: ``` // package.json { "scripts": { "release": "conventional-github-releaser -t" } } npm run release -- MY_TOKEN...

Updates the reference to new conventional-changelog core. Adjusts preset option passing as it has changed between releases. Adds ability to configure preset from config.