makefile: update_todo: output gitea issue tags to TODO.md
- run make update_todo
This commit is contained in:
2
Makefile
2
Makefile
@@ -95,7 +95,7 @@ update_todo:
|
||||
git clone https://github.com/bashup/gitea-cli gitea-cli
|
||||
echo '<!-- This file is automatically generated by "make update_todo" -->' >| doc/md/TODO.md
|
||||
echo -e "\n### nodiscc/debian-live-config\n" >> doc/md/TODO.md; \
|
||||
./gitea-cli/bin/gitea issues baron/debian-live-config | jq -r '.[] | "- #\(.number) - \(.title) - `\(.milestone.title)`"' | sed 's/ - `null`//' >> doc/md/TODO.md; \
|
||||
./gitea-cli/bin/gitea issues baron/debian-live-config | jq -r '.[] | "- #\(.number) - \(.title) - **`\(.milestone.title // "-")`** `\(.labels | map(.name) | join(","))`"' | sed 's/ - `null`//' >> doc/md/TODO.md; \
|
||||
rm -rf gitea-cli
|
||||
|
||||
doc: install_dev_docs doc_md doc_html
|
||||
|
||||
Reference in New Issue
Block a user