From c63f22c6545bed2efaa1527814c9a10f56333814 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 15 May 2023 10:07:57 -0400 Subject: [PATCH] prep for v3.2.0 --- CHANGELOG.md | 14 ++++++++++++++ CHANGELOG.yml | 6 +++++- Taskfile.yml | 8 +++++++- package.json | 2 +- src/routes/(about)/about/changelog/changelog.svx | 14 ++++++++++++++ 5 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40650a..764eb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG.yml b/CHANGELOG.yml index 4c5a36f..db77c2f 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -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 diff --git a/Taskfile.yml b/Taskfile.yml index af8061d..a8c3c91 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 diff --git a/package.json b/package.json index d8b2037..3f97b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aotds-docks", - "version": "3.1.0", + "version": "3.2.0", "type": "module", "private": true, "repository": { diff --git a/src/routes/(about)/about/changelog/changelog.svx b/src/routes/(about)/about/changelog/changelog.svx index f40650a..764eb5c 100644 --- a/src/routes/(about)/about/changelog/changelog.svx +++ b/src/routes/(about)/about/changelog/changelog.svx @@ -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