Add changelog automation feature #1121
ofranc
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add the ability to tag specific lines, blocks, or pages in GitBook and automatically aggregate those tagged items into a central, public changelog.
Problem: today, GitBook does not provide a way to:
Proposed Solution ===> Introduce a Changelog Tagging System with the following capabilities:
Allow users to tag:
A specific line or text selection
A block (paragraph, list, code block)
An entire page
Example tags:
changelog
release:1.4
breaking-change
feature
fix
Provide a dynamic Changelog page that:
Automatically aggregates all tagged content
Groups entries by release/version, date, or tag
Shows references back to the original page and location
Changelog pages should be fully publicly shareable
Support filtering (e.g., show only breaking changes or a specific release)
Optional RSS/email notifications for new tagged entries
Beta Was this translation helpful? Give feedback.
All reactions