atom-open-recent icon indicating copy to clipboard operation
atom-open-recent copied to clipboard

Changelog

Open EntilZha opened this issue 10 years ago • 5 comments

Could a changelog be made or features/bugs fixed in different versions put with the release notes? Was looking for it and couldn't find anything

EntilZha avatar Jan 29 '16 17:01 EntilZha

Where? I'll tend to add new features/config options in the ReadMe. Otherwise there's the git commit log. What do other packages do?

Zren avatar Jan 29 '16 20:01 Zren

http://keepachangelog.com :smile:

jerone avatar Jan 29 '16 21:01 jerone

@Zren what @jerone mentioned is what I was thinking about. I have one for a project I maintain, but I'm sure there are many better examples as well https://github.com/EntilZha/ScalaFunctional/blob/master/CHANGELOG.md

EntilZha avatar Jan 29 '16 21:01 EntilZha

I was hoping for something built into atom itself or the page for the package on atom.io, but I guess not. I'll make sure to add a changelog in the next update.

Zren avatar Jan 29 '16 22:01 Zren

Atom or APM doesn't have an option to provide a changelog (that I know of), but when a package has a changelog Atom will add an extra button: changelog

There's however pr-changelog from benogle which is used by Atom on it's releases page.

jerone avatar Jan 29 '16 23:01 jerone