Develop #119

Merged
metal3d merged 3 commits from develop into master 2025-06-15 13:14:11 +00:00
Owner
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-06-15 12:51:19 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment
Author
Owner

Pull Request Overview

This PR updates documentation spacing in labels.md and enhances the Makefile with a new doc target and Go version bump.

  • Added blank lines for better readability before each label section in labels.md.
  • Bumped GOVERSION to 1.24, added a doc target and updated .PHONY in the Makefile.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
doc/docs/labels.md Inserted blank lines before each ### katenary.v3/... heading to improve readability.
Makefile Updated GOVERSION to 1.24, added doc target, and updated .PHONY to include doc.
## Pull Request Overview This PR updates documentation spacing in `labels.md` and enhances the Makefile with a new `doc` target and Go version bump. - Added blank lines for better readability before each label section in `labels.md`. - Bumped `GOVERSION` to 1.24, added a `doc` target and updated `.PHONY` in the Makefile. ### Reviewed Changes Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments. | File | Description | | --------------------- | -------------------------------------------------------- | | doc/docs/labels.md | Inserted blank lines before each `### katenary.v3/...` heading to improve readability. | | Makefile | Updated `GOVERSION` to 1.24, added `doc` target, and updated `.PHONY` to include `doc`. |
copilot-pull-request-reviewer[bot] (Migrated from github.com) commented 2025-06-15 12:51:19 +00:00
Author
Owner

Add __label_doc to the .PHONY list to ensure the helper target is always run and not mistaken for a filename.

Add `__label_doc` to the `.PHONY` list to ensure the helper target is always run and not mistaken for a filename.
copilot-pull-request-reviewer[bot] (Migrated from github.com) commented 2025-06-15 12:51:19 +00:00
Author
Owner

The doc target currently only ensures gomarkdoc is installed but does not invoke it to actually generate documentation. Consider adding a command such as gomarkdoc -o doc/docs/labels.md ./doc/docs (or the appropriate invocation) after the install step.

The `doc` target currently only ensures gomarkdoc is installed but does not invoke it to actually generate documentation. Consider adding a command such as `gomarkdoc -o doc/docs/labels.md ./doc/docs` (or the appropriate invocation) after the install step.
Sign in to join this conversation.
No description provided.