Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Improving Atom's release notes / changelogs #8240

Closed
mnquintana opened this issue Aug 5, 2015 · 5 comments
Closed

Improving Atom's release notes / changelogs #8240

mnquintana opened this issue Aug 5, 2015 · 5 comments

Comments

@mnquintana
Copy link
Contributor

Challenge

Being a very modular project, Atom has a lot of changes happening across a lot of repos. This can make it quite a challenge to keep track of all the changes being made in Atom from version to version. Unfortunately, that has sort of meant that our release notes end up being rather bare-bones summaries of what's changed in any particular version, rather than complete, well, changelogs. In addition, none of our bundled packages or libraries have any release notes at all right now - it's only Atom core.

I think it's important to publicly document every significant change we make to Atom across all of our repos, which should make it a lot easier for users to know what to expect from each release, and hopefully help prevent surprises like atom/toggle-quotes@8899f00#commitcomment-12552713 or #8226.

Proposal

  1. Add CHANGELOG.md files to each package and library repo (or leverage GitHub Releases)
    • I'm personally 👍 for CHANGELOG.md files - they're version-controlled, simple to update, easy to discover, and will be displayed properly in settings-view.
  2. Add a CHANGELOG.md to atom/atom to be used exclusively for core changes
  3. Update them individually with each significant changes as they are made
  4. Concatenate and organize all changelogs for atom.io/releases
    • For UI here it might be nice to take some inspiration from Firefox release notes - default to the short summary display, and offer a "view full list of changes" option for those who really want to dig deeper.
    • Maybe even add the ability to filter by package / library?
  5. atom/atom release notes (ie. the notes used in GitHub Releases, rather than the CHANGELOG.md) can continue to work as the short summary of what changed.

/cc @atom/feedback

@mnquintana mnquintana changed the title Improving Atom release notes / changelogs Improving Atom's release notes / changelogs Aug 5, 2015
mnquintana referenced this issue in atom/toggle-quotes Aug 5, 2015
@izuzak
Copy link
Contributor

izuzak commented Aug 6, 2015

This has been on my TODO list for a while -- I think it would be helpful. If someone is interested in working on this, perhaps we can team-up.

Thanks for creating a public issue to track this, @mnquintana. ❇️

@mnquintana
Copy link
Contributor Author

@izuzak I'd love to help out with this 😄

@Stanzilla
Copy link

In the client, you could reuse the cards UI to represent the updated modules on the changelog page, expanding on click if the users wants to know more about what changed in that package that was included with the Atom update. Might be a lot of wasted space though..

@thedaniel
Copy link
Contributor

This issue was moved to atom/atom.io#13

@lock
Copy link

lock bot commented Jan 21, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants