Add custom release notes

pull/41/head
Jean-Marc Meessen 4 years ago
parent e31e692c76
commit b9d7f5a013

@ -19,6 +19,6 @@ jobs:
- name: Release via goreleaser - name: Release via goreleaser
uses: goreleaser/goreleaser-action@master uses: goreleaser/goreleaser-action@master
with: with:
args: release args: release --release-notes=doc/whats_new.md
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@ -59,6 +59,14 @@ archives:
format: zip format: zip
files: files:
- README.md - README.md
- doc/whats_new.md
- doc/usage.md
- doc/install.md
- doc/install_mac.md
- doc/pictures/Error_1.png
- doc/pictures/Error_2.png
- doc/pictures/security_setting.png
- doc/pictures/System_preference.png
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'

@ -0,0 +1,14 @@
# What's new?
## V0.1.1
* improved test coverage
* improved build automation
* improved release notes publication
## Previous releases
### V0.1.0
* First public MVP (Minimal Viable Product relase). Supports only SOTA and WWFF type log files. Some header keywords are missing as well as date increments.
### V0.0.0
* Initial release

@ -8,9 +8,9 @@
* [-] Implement MacOS codesigning (issue #9) * [-] Implement MacOS codesigning (issue #9)
* [x] Add quality badges to main page * [x] Add quality badges to main page
* [x] Make a more reasonable/richer version display (issue #10) * [x] Make a more reasonable/richer version display (issue #10)
* [ ] Create standalone documentation, separate from README (issue #13) * [x] Create standalone documentation, separate from README (issue #13)
* [ ] Re-visit the release notes (far too verbose) * [x] Re-visit the release notes (far too verbose)
* [ ] Implement and track code coverage * [x] Implement and track code coverage
@ -21,7 +21,7 @@
* [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional * [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional
* [ ] Support date increment ("date +" and "date ++") * [ ] Support date increment ("date +" and "date ++")
* [ ] Support WWFF keyword * [ ] Support WWFF keyword
* [ ] Validate that we have the necessary data for the output * [x] Validate that we have the necessary data for the output
* [ ] Support the contest related fields * [ ] Support the contest related fields
## Output processing ## Output processing
@ -32,5 +32,5 @@
* [ ] Process contest reports * [ ] Process contest reports
* [ ] Infer digital mode report * [ ] Infer digital mode report
* [ ] add unit test for the DefaultReport validate function * [ ] add unit test for the DefaultReport validate function
* [ ] look how to make it work as a CGI * [-] look how to make it work as a CGI

Loading…
Cancel
Save