update the logs
This commit is contained in:
parent
70a1d06ed4
commit
11d65b375d
46
CHANGELOG.md
46
CHANGELOG.md
@ -1,22 +1,41 @@
|
||||
# Changelog
|
||||
# Changelog for [AotDS: The Docks][homepage]
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## 2.3.0 (2022-04-17)
|
||||
## 3.1.0 2023-05-11
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add 'reset ship' button
|
||||
* add changelog to app
|
||||
* add version to About component
|
||||
* add version and changelog to the about section
|
||||
* add heavy missiles
|
||||
|
||||
## 2.2.0 (2022-04-11)
|
||||
### Statistics
|
||||
|
||||
* code churn: 21 files changed, 458 insertions(+), 29 deletions(-)
|
||||
|
||||
|
||||
|
||||
## 3.0.0 2023-05-09
|
||||
|
||||
* major rewrite.
|
||||
|
||||
|
||||
## 2.3.0 2022-04-17
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow to edit the print layout
|
||||
* add 'reset ship' button
|
||||
* add changelog to app
|
||||
* add version to About component
|
||||
|
||||
|
||||
## 2.2.0 2022-04-11
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow to edit the print layout
|
||||
|
||||
|
||||
## 2.1.0 (2022-04-07)
|
||||
|
||||
@ -27,4 +46,11 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
* can move main system comps in the print output
|
||||
|
||||
|
||||
* add standard-version
|
||||
* add standard-version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[homepage]: https://git.babyl.ca/yanick/aotds-docks
|
||||
|
@ -4,10 +4,16 @@ project:
|
||||
with_stats: true
|
||||
ticket_url: null
|
||||
releases:
|
||||
- version: NEXT
|
||||
- version: 3.1.0
|
||||
changes:
|
||||
- desc: add version and changelog to the about section
|
||||
type: feat
|
||||
- desc: add heavy missiles
|
||||
type: feat
|
||||
- type: stats
|
||||
desc: |
|
||||
code churn: 21 files changed, 458 insertions(+), 29 deletions(-)
|
||||
date: 2023-05-11
|
||||
- version: 3.0.0
|
||||
date: 2023-05-09
|
||||
changes:
|
||||
|
20
Taskfile.yml
20
Taskfile.yml
@ -34,9 +34,16 @@ tasks:
|
||||
cmds:
|
||||
- histoire build
|
||||
|
||||
build:
|
||||
changelog:
|
||||
sources: [CHANGELOG.yml]
|
||||
generates: [CHANGELOG.md]
|
||||
cmds:
|
||||
- changelord print --no-next > CHANGELOG.md
|
||||
- changelord print --no-next > src/routes/\(about\)/about/changelog/changelog.svx
|
||||
|
||||
build:
|
||||
deps: [changelog]
|
||||
cmds:
|
||||
- vite build
|
||||
|
||||
integrate:
|
||||
@ -57,14 +64,3 @@ tasks:
|
||||
- rsync -av build/ 192.168.0.100:/home/docks
|
||||
|
||||
open: firefox https://docks.babyl.ca
|
||||
|
||||
release:
|
||||
cmds:
|
||||
- standard-version -a
|
||||
|
||||
changelog:
|
||||
sources: [CHANGELOG.md]
|
||||
generates: [src/lib/components/Changelog.svelte]
|
||||
cmds:
|
||||
- pnpx showdown makehtml -i CHANGELOG.md -o src/lib/components/Changelog.svelte
|
||||
- git add src/lib/components/Changelog.svelte
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aotds-docks",
|
||||
"version": "2.3.0",
|
||||
"version": "3.1.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
@ -1,5 +1,17 @@
|
||||
# Changelog for [AotDS: The Docks][homepage]
|
||||
|
||||
## 3.1.0 2023-05-11
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add version and changelog to the about section
|
||||
* add heavy missiles
|
||||
|
||||
### Statistics
|
||||
|
||||
* code churn: 21 files changed, 458 insertions(+), 29 deletions(-)
|
||||
|
||||
|
||||
|
||||
## 3.0.0 2023-05-09
|
||||
|
Loading…
Reference in New Issue
Block a user