alire icon indicating copy to clipboard operation
alire copied to clipboard

[RFC] In manifest change log entries

Open Fabien-Chouteau opened this issue 2 years ago • 0 comments

It could be interesting to think about change-logs in the release manifests:

changes = ["Fix bug in stuff",
           "Add support for things",
           "Improve performance of that" ]              

This is something we could display on the website and even accumulate over versions:

Changes

1.2.1

  • Fix bug in stuff
  • Add support for things
  • Improve performance of that

1.2.0

  • Implement stuff
  • Remove things

Fabien-Chouteau avatar Oct 25 '21 08:10 Fabien-Chouteau