Develop #119
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request Overview
This PR updates documentation spacing in
labels.mdand enhances the Makefile with a newdoctarget and Go version bump.labels.md.GOVERSIONto 1.24, added adoctarget and updated.PHONYin the Makefile.Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
### katenary.v3/...heading to improve readability.GOVERSIONto 1.24, addeddoctarget, and updated.PHONYto includedoc.Add
__label_docto the.PHONYlist to ensure the helper target is always run and not mistaken for a filename.The
doctarget currently only ensures gomarkdoc is installed but does not invoke it to actually generate documentation. Consider adding a command such asgomarkdoc -o doc/docs/labels.md ./doc/docs(or the appropriate invocation) after the install step.