diff --git a/automations-library/product-changelog.mdx b/automations-library/product-changelog.mdx index d38e40b..aa77e71 100644 --- a/automations-library/product-changelog.mdx +++ b/automations-library/product-changelog.mdx @@ -93,18 +93,7 @@ If no new tag exists, do nothing. ## Tips for Product Changelog Automations -### Be User-Focused - -When generating changelogs, focus on the impact to end users rather than technical implementation details. Your customers care about what changed for them, not internal refactoring. - -### Use Consistent Formatting - -Stick to a consistent format for changelogs across all releases. This makes it easier for users to scan and understand changes quickly. - -### Include Version Numbers - -Always include version numbers or tags in release notes to help users track which version they're running. - -### Link to Documentation - -For significant new features, include links to relevant documentation or guides to help users understand how to use the new functionality. +- **Be user-focused**: Focus on impact to users, not technical implementation details +- **Use consistent formatting**: Stick to a format users can quickly scan +- **Include version numbers**: Help users track which version they're running +- **Link to documentation**: Include links to guides for significant new features