From c8c19c11e5446dd5b93233f1e8d229670903e85c Mon Sep 17 00:00:00 2001 From: Jean-Marc MEESSEN Date: Mon, 20 Jul 2020 00:14:05 +0200 Subject: [PATCH] release WIP --- .goreleaser.yml | 1 + todo.md | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 946ffbe..53014aa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -35,6 +35,7 @@ checksum: snapshot: name_template: "{{ .Tag }}-next" changelog: + skip: true sort: asc filters: exclude: diff --git a/todo.md b/todo.md index 3067688..b2838e5 100644 --- a/todo.md +++ b/todo.md @@ -3,10 +3,13 @@ ## Input protocol * [ ] document input protocol -## Test framework +## Test & Build framework * [ ] Perform the test of the complete app -* [ ] Improve build processing (cross compile, directory) -* [ ] Implement continuous integration +* [x] Improve build processing (cross compile, directory) +* [ ] Add quality badges to main page +* [ ] Make a more reasonable/richer version display +* [ ] Create standalone documentation (separate from README) +* [ ] Re-visit the release notes (far too verbose)