Conversation
Proposes a skill that turns a Community Server release TODO ticket into the changelog page, wrapping mariadb.org-tools/release/prep-changelog. Today the script is run by hand and its output pasted into a pre-prepared page, which is manual enough to invite errors -- notably the -m and -x arguments, which are not on the TODO ticket and have to be derived. Discussion-first: this PR is the proposal only, no skill code. Alternatives considered is left as TBD. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Records the four options weighed against a skill: keeping the manual run-and-paste status quo, growing the shell script, extending doc-from-ticket, and triggering from a hook or CI job. The status-quo entry names the three things DOCS-6610 had to get right by hand -- the undocumented -m and -x arguments, the GitBook escaping the raw output needs, and the script's unguarded git reset --hard on the shared server clone. Completes the proposal; no sections remain TBD. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposal for a
prep-changelogskill. Discussion-first — no skill code.Ticket: https://mariadbcorp.atlassian.net/browse/DOCS-6612