diff --git a/.github/workflows/upload_dev_artifact.yml b/.github/workflows/upload_dev_artifact.yml index c90a9acb..d1fd2c3c 100644 --- a/.github/workflows/upload_dev_artifact.yml +++ b/.github/workflows/upload_dev_artifact.yml @@ -33,6 +33,7 @@ jobs: cp -r scripts websoft9 cp -r install websoft9 cp -r docs websoft9 + cp -r systemd websoft9 cp *.md websoft9 cp version.json websoft9 zip -r websoft9-$version.zip websoft9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 41237aa3..201d4972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.22 release on 2023-09-27 + +1. add systemd to websoft9 artifacts + ## 0.8.20 release on 2023-08-23 1. appmanage config files error:bug fix diff --git a/changelog_latest.md b/changelog_latest.md index 3378f9cc..32c97fb6 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1 @@ -1. websoft9 new framework init release +1. add systemd to websoft9 artifacts diff --git a/version.json b/version.json index 132e309f..413dfc9a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "0.8.21", + "version": "0.8.22", "plugins": { "portainer": "0.0.6", "nginx": "0.0.5",