Releaso provides the ability to automatically create product updates. It utilizes AI to generate product updates by summarizing features, bug fixes, and improvements, resulting in a solid product update.
Product updates are generated based on the commit messages within our projects. Therefore, commit messages are crucial for us in creating your product update.
In this post, we will provide you tips to ensure your commits are more accurate, detailed, and, above all, informative in order to generate a high-quality product update.
- We suggest displaying the ticket number in the commit message. This makes it easier to trace back to the original requirement or problem that prompted the change.
[optional Ticket-ID]
- Provide the type of change made. Displaying the type of change made provides context, and organization to the development process, aiding in understanding the purpose and impact of the modification.
<type>
Common types include features, improvements, bug fixes, refactorings, etc.
- The description should cover all changes made. It is a brief summary of the changes you made to the project. GitHub has a 72-character limit so we recommend keeping your commit’s subject to within this amount.
<description>
Using these tips, we get the following template to generate your commits:
[optional Ticket-ID] <type>: <description>
By following these tips you will be able to fully explore the automatic creation of your product updates. You can also add items or sections to your products with our features.