diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 41b352b4..f430613d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -46,7 +46,7 @@ jobs: git add CHANGELOG.md sed -i -e '//d' CHANGELOG.md git commit -m "Updating changelog for $version" - git tag $version -m "Release $version \n$changes" + git tag $version -m "Release $version $changes" git push origin $version git push origin main fi diff --git a/.github/workflows/build-installers.yaml b/.github/workflows/build-installers.yaml index b3df4fc2..9298f3b9 100644 --- a/.github/workflows/build-installers.yaml +++ b/.github/workflows/build-installers.yaml @@ -38,7 +38,6 @@ jobs: - name: npm install run: | - node --version npm install - name: Import Apple installer signing certificate diff --git a/LICENSE b/LICENSE index 4e5b4fab..025f1343 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2022 Chia Network Inc. +Copyright 2023 Chia Network Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -8,9 +8,9 @@ http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and limitations under the License. - - +See the License for the specific language governing permissions and limitations under the License. + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/README.md b/README.md index 8ee2f6ec..1e01cc1d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sudo apt-get install cadt-ui ### Web Application -The Climate Warehouse UI can be hosted as a web application, either for internal use, or made available to the public. When operating as a web application, the user's browser must be able to connect to the [CADT API](https://github.com/Chia-Network/cadt). This means the API must be available on the public internet if the UI is public. The `READ_ONLY` option on the API should be set when running a public observer node. +The CADT UI can be hosted as a web application, either for internal use, or made available to the public. When operating as a web application, the user's browser must be able to connect to the [CADT API](https://github.com/Chia-Network/cadt). This means the API must be available on the public internet if the UI is public. The `READ_ONLY` option on the API should be set when running a public observer node. To host the UI on the web, use the [web-build.tar.gz file from the releases page](https://github.com/Chia-Network/cadt-ui/releases). One of the simplest solutions is to uncompress these files into a [public S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html). These files could also be served by any webserver, such as Nginx or Apache. @@ -55,7 +55,7 @@ To host the UI on the web, use the [web-build.tar.gz file from the releases page ``` npm install -g react-scripts git clone git@github.com:Chia-Network/cadt-ui.git -cd climate-warehouse-ui +cd cadt-ui nvm install 18.16.0 nvm use 18.16.0 npm install foreman -g