chan
chan copied to clipboard
A Changelog CLI based on http://keepachangelog.com/
Hi there! This week, I started running into an error with every `chan` command I ran. This includes `chan added`, `chan fixed`, `chan release`, and `chan gh-release`. The error is...
This is what I write in the text editor when calling `chan added`: The following code block will be lost: ``` Hello world ``` This one too: Goodbye World This...
Every time i run a chan command (fixed, added, whatever) i get this error: ``` [chan] [removed] › ✖ error The `identifier` of the release is required. ``` here is...
Hi, I use `chan` for lot of projects on github and it's work perfectly ! But I have some other projects on gitlab and currenctly I can't directly create release...
I want to tie in to chan to also update my `composer.json` and some other elements; I can do this by writing my own scripts, but I'm not finding any...