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

Seeing a random error on our deployments, will continue to dig deeper. ```/usr/local/lib/node_modules/conventional-github-releaser/node_modules/minimist-options/index.js:101 throw new TypeError(`Expected "${key}" default value to be of type "${expectedType}", got ${prettyPrint(defaultType)}`); ^ TypeError: Expected "verbose"...

Gitlab API doesn't allow to edit a tag, instead we create a new Release based on the given tag. Fixes #57

Re-posting the following enhancement suggestion from the previous GitLab project for `conventional-gitlab-releaser`: --- Posted by Marco Massarotto `@brokenmass`: This project, at the moment, publish the change log by CREATING a...

Hey all, Great tool! 🚀 I really appreciate and love all of the hard work you've all put into this project. I've run into an issue that I can't seem...

In new version of the conventional-changelog there is a different approach to passing a preset option, preset option has to be now a `{name: string}` instead of `string`. I have...

I want to use the changelog generated by `standard-version` because it look much nicer. Is it possible somehow to pass custom content? Maybe a new flag where I can pass...

It's not possible to use the releaser tool unless you tag exactly with semver tags because it consumes the `git-semver-tags` package directly. This is the line: https://github.com/conventional-changelog/releaser-tools/blob/master/packages/conventional-github-releaser/src/index.js#L50 For better or...

goal::advance developer workflow
type::enhancement
type::help wanted

In `conventional-github-releaser` versions below 3.1.2 my `gulp release` script works correctly: ```js function createRelease(done) { githubReleaser( { type: 'oauth', token: process.env.CONVENTIONAL_GITHUB_RELEASER_TOKEN }, done ) } ``` With version 3.1.2 though...

type::defect
type::help wanted
platform:github

I apologize for spamming #14 So I believe my issue was a result of the unit tests operating under the assumption that I have access to a repository called `stevemaotest/conventional-github-releaser-test`....

type::test

Modify `conventional-gitlab-releaser` to assign the changelog/release notes to the `message` property so that the release notes are used as the tag annotation. There's some interest within the GitLab community to...

type::enhancement
platform::gitlab