Finish feature update#51
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the alex CLI version to 1.11.0 and adds support for generating and retrofitting changelog issue references as markdown links when an issue_url base is configured.
Changes:
- Add optional
issue_urlconfig and use it to append issue references as[#N](base/N)infeature finishchangelog entries. - Introduce
alex changelog update-issue-links(aliascl uil) to convert existing plain(#N)references inCHANGELOG.mdinto markdown links. - Bump package version and update documentation/examples and the package changelog.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Bumps package version to 1.11.0. |
| lib/src/version.dart | Updates generated packageVersion constant to 1.11.0. |
| lib/src/config.dart | Adds issueUrl getter backed by issue_url config key. |
| lib/src/changelog/changelog.dart | Adds linkIssueReferences() and extends entry-append helpers to optionally generate linked issue suffixes. |
| lib/runner/alex_command_runner.dart | Registers the new top-level changelog command. |
| lib/commands/feature/finish_command.dart | Passes configured issue_url through to changelog entry creation. |
| lib/commands/changelog/update_issue_links_command.dart | Implements update-issue-links subcommand to rewrite plain issue references. |
| lib/commands/changelog/changelog_command.dart | Adds changelog command namespace and wires subcommands. |
| CLAUDE.md | Documents new lib/commands/changelog/ command hierarchy entry. |
| CHANGELOG.md | Adds 1.11.0 release notes describing new issue-linking behavior and command. |
| alex.yaml | Documents and adds issue_url example config key. |
Agent-Logs-Url: https://github.com/Innim/alex/sessions/493d597e-a7b2-4cad-8521-f55a379e91e7 Co-authored-by: greymag <1502131+greymag@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Innim/alex/sessions/493d597e-a7b2-4cad-8521-f55a379e91e7 Co-authored-by: greymag <1502131+greymag@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Innim/alex/sessions/58e146bb-deba-4228-943b-f227d37654f0 Co-authored-by: greymag <1502131+greymag@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Innim/alex/sessions/4fd54dba-1553-4e07-9d74-260f2a3892a4 Co-authored-by: greymag <1502131+greymag@users.noreply.github.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.
No description provided.