From 8d28c2cdcc76eded9a9da4a81b1e5ee2b5424ece Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Fri, 24 Mar 2023 13:46:55 -0600 Subject: [PATCH] updated version: v0.6.2 -> v0.6.3 (#960) --- .github/workflows/ci.yml | 4 ++-- README.md | 6 +++--- start_docker.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b588f7cab..019633653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: path: coverage - name: Upload Coverage to Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ${{ github.workspace }}/coverage/coverage.lcov + file: ${{ github.workspace }}/coverage/coverage.lcov diff --git a/README.md b/README.md index 12164e93f..6a9d2ff09 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,11 @@ However, the repository will still need to be cloned if you wish to use the Jupy We recommend using the latest release of `ark`. You can find all the versions available in the [Releases Section](https://github.com/angelolab/ark-analysis/releases). Open terminal and navigate to where you want the code stored. -Currently, the latest release is `v0.6.2`. +Currently, the latest release is `v0.6.3`. Then install the latest release with: ```sh -git clone -b v0.6.2 https://github.com/angelolab/ark-analysis.git +git clone -b v0.6.3 https://github.com/angelolab/ark-analysis.git ``` You may also install previous releases by simply changing the version after the `-b`. @@ -145,7 +145,7 @@ You can shut down the notebooks and close docker by entering `control-c` in the **REMEMBER TO DUPLICATE AND RENAME NOTEBOOKS** -If you didn't change the name of any of the notebooks within the `templates` folder, they will be overwritten when you decide to update the repo. Read about updating Ark [here](#updating-the-repository) +If you didn't change the name of the notebooks within the `templates` folder, they will be overwritten when you decide to update the repo. Read about updating Ark [here](#updating-the-repository) ## External Tools diff --git a/start_docker.sh b/start_docker.sh index a1519ec72..e82fae2de 100755 --- a/start_docker.sh +++ b/start_docker.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # define the version number, this needs to be updated every new Docker release -VERSION='v0.6.2' +VERSION='v0.6.3' # check for template developer flag JUPYTER_DIR='scripts'