prep for v3.2.0

docks66-json-schema
Yanick Champoux 2023-05-15 10:07:57 -04:00
parent bb7a2e1992
commit c63f22c654
5 changed files with 41 additions and 3 deletions

View File

@ -1,5 +1,19 @@
# Changelog for [AotDS: The Docks][homepage]
## 3.2.0 2023-05-15
### Features
* add SMRs
* add SMLs
### Statistics
* code churn: 29 files changed, 821 insertions(+), 206 deletions(-)
## 3.1.0 2023-05-11

View File

@ -4,12 +4,16 @@ project:
with_stats: true
ticket_url: null
releases:
- version: NEXT
- version: 3.2.0
changes:
- desc: add SMRs
type: feat
- desc: add SMLs
type: feat
- type: stats
desc: |
code churn: 29 files changed, 821 insertions(+), 206 deletions(-)
date: 2023-05-15
- version: 3.1.0
changes:
- desc: add version and changelog to the about section

View File

@ -39,7 +39,7 @@ tasks:
generates: [CHANGELOG.md]
cmds:
- changelord print --no-next > CHANGELOG.md
- changelord print --no-next > src/routes/\(about\)/about/changelog/changelog.svx
- changelord print --no-next > 'src/routes/(about)/about/changelog/changelog.svx'
build:
deps: [changelog]
@ -59,6 +59,12 @@ tasks:
- git checkout {{.PARENT_BRANCH}}
- git weld -
publish:
cmds:
- { task: build }
# tag
- { task: sync }
sync:
cmds:
- rsync -av build/ 192.168.0.100:/home/docks

View File

@ -1,6 +1,6 @@
{
"name": "aotds-docks",
"version": "3.1.0",
"version": "3.2.0",
"type": "module",
"private": true,
"repository": {

View File

@ -1,5 +1,19 @@
# Changelog for [AotDS: The Docks][homepage]
## 3.2.0 2023-05-15
### Features
* add SMRs
* add SMLs
### Statistics
* code churn: 29 files changed, 821 insertions(+), 206 deletions(-)
## 3.1.0 2023-05-11