node-generate-release icon indicating copy to clipboard operation
node-generate-release copied to clipboard

Generate a release for a project following semver using nodejs and gitflow

Results 2 node-generate-release issues
Sort by recently updated
recently updated
newest added

Hello, I get the following error: ```bash $ npm run release > [email protected] release > generate-release ? Release Type patch ? Are you sure you want to update the release...

Hello @mrkmg , how are you? I'm trying to change the commit message to conform to `@commitlint/config-conventional` requirements. I tried it: `generate-release -t patch -m build: {version}` But got an...