Replies: 1 comment 3 replies
-
Hi, thank you for the interesting idea! We used to have explicit commits to highlight relevant changes and so the commit history being the actual "changelog"; I understand that commit messages may not provide enough information, however as a user I'd prefer not to maintain my own changelog (that would force me to write the same info in two places) but have it auto-generated based on my commits (maybe written following conventional commits) 🤔 What do think about this considerations? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which area of this project could be most improved?
Console
Description
Hi everyone!
@edocrippaofficial and I were discussing about implementing an useful feature in the console design and deploy sections.
The idea is to have a shared CHANGELOG file where all the developers working on a project can add their changes to the project. Since CHANGELOG editing will be done from an entry in the design section, the CHANGELOG file will be associated with the active branch/tag.
The main purpose behind this idea is to have a single point where collect all the changes done in the console environment (Edit services tags, Add CRUD collection, Add ACL to an endpoint, ecc..).
This file will follow the Keep a Changelog standard.
Also, in the deploy section you should be able to take a look at the latest changes made to the CHANGELOG file along with the latest commits.
Since this is a fresh idea, we would like to hear your feedback! 🚀
Here some prototypes of the idea:
Branch master without any edit done:
Branch feat/feature with some changes:
After merging feat/feature into master and tagged the console:
Deploy section:
Beta Was this translation helpful? Give feedback.
All reactions