prep for v3.2.0
This commit is contained in:
parent
bb7a2e1992
commit
c63f22c654
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
# Changelog for [AotDS: The Docks][homepage]
|
# 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
|
## 3.1.0 2023-05-11
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,12 +4,16 @@ project:
|
|||||||
with_stats: true
|
with_stats: true
|
||||||
ticket_url: null
|
ticket_url: null
|
||||||
releases:
|
releases:
|
||||||
- version: NEXT
|
- version: 3.2.0
|
||||||
changes:
|
changes:
|
||||||
- desc: add SMRs
|
- desc: add SMRs
|
||||||
type: feat
|
type: feat
|
||||||
- desc: add SMLs
|
- desc: add SMLs
|
||||||
type: feat
|
type: feat
|
||||||
|
- type: stats
|
||||||
|
desc: |
|
||||||
|
code churn: 29 files changed, 821 insertions(+), 206 deletions(-)
|
||||||
|
date: 2023-05-15
|
||||||
- version: 3.1.0
|
- version: 3.1.0
|
||||||
changes:
|
changes:
|
||||||
- desc: add version and changelog to the about section
|
- desc: add version and changelog to the about section
|
||||||
|
@ -39,7 +39,7 @@ tasks:
|
|||||||
generates: [CHANGELOG.md]
|
generates: [CHANGELOG.md]
|
||||||
cmds:
|
cmds:
|
||||||
- changelord print --no-next > CHANGELOG.md
|
- 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:
|
build:
|
||||||
deps: [changelog]
|
deps: [changelog]
|
||||||
@ -59,6 +59,12 @@ tasks:
|
|||||||
- git checkout {{.PARENT_BRANCH}}
|
- git checkout {{.PARENT_BRANCH}}
|
||||||
- git weld -
|
- git weld -
|
||||||
|
|
||||||
|
publish:
|
||||||
|
cmds:
|
||||||
|
- { task: build }
|
||||||
|
# tag
|
||||||
|
- { task: sync }
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
cmds:
|
cmds:
|
||||||
- rsync -av build/ 192.168.0.100:/home/docks
|
- rsync -av build/ 192.168.0.100:/home/docks
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aotds-docks",
|
"name": "aotds-docks",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,5 +1,19 @@
|
|||||||
# Changelog for [AotDS: The Docks][homepage]
|
# 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
|
## 3.1.0 2023-05-11
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user