release icon indicating copy to clipboard operation
release copied to clipboard

Generate changelogs with a single command

Results 48 release issues
Sort by recently updated
recently updated
newest added

it was not working in windows. git command format was not correct

Fixes #190 But can I get a sanity check I've put the delimiter in the right spot?

I assume this is related to #186 When you have a file/directory with the same name as the branch you get an error. ``` ChildProcessError: Command failed: git log --simplify-by-decoration...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Hi! For some weird reason after running `release`, it opened in the wrong github url. ``` Bumped version tag to 0.0.0-canary.1 ✔ Created release commit ✔ Tagged commit ✔ Pushed...

Is there any way to fix this error? When I run `release` it does all the things up to the push to repository, and then it throws this error, so...

Is there a way to authenticate `release` in a headless server environment? I am SSH-ing into my main development machine which does not have a browser. How can I authenticate...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

On my Windows 10 PowerShell it says my project is not Git repository where it is. ``` PS D:\my-project> release Error! Directory is not a Git repository. ``` After digging...

Does not work if the repo is a git submodule. ``` TypeError: path must be a string or Buffer at TypeError (native) at Object.fs.stat (fs.js:973:11) at parse (/Users/jason.kuhrt/projects/ssense/ws-website/services/ui-website/node_modules/parse-git-config/index.js:47:6) at Function.originUrl...

enhancement