1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 06:51:02 +01:00

release WIP

This commit is contained in:
Jean-Marc MEESSEN 2020-07-20 00:14:05 +02:00
parent c7a694cceb
commit c8c19c11e5
2 changed files with 7 additions and 3 deletions

View file

@ -35,6 +35,7 @@ checksum:
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
skip: true
sort: asc
filters:
exclude:

View file

@ -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)