From 927ac9ac03ca5d75199b9450fce7983f3158194b Mon Sep 17 00:00:00 2001 From: Manuel Martins Date: Tue, 14 Mar 2023 17:43:28 +0100 Subject: [PATCH] Release 2.0.2 (#101) * Canvas test failures #91 fixed workflows fixed dockerfile for binder * Fix unknown entity warnings (#90) * fixed workflows fixed dockerfile for binder * fixed dockerfile for binder * fixed dockerfile for binder * fixed dockerfile for binder * fixed package info * fix for #92 #93 and #94 added new workflow for releasetools * revert changes from latest jupyterlab extension cookiecutter * use yarn instead of npm * workaround for yarn caches on subprojects: from https://github.com/actions/setup-node/issues/488#issue-1231822552 * workaround for yarn caches on subprojects: from https://github.com/actions/setup-node/issues/488#issue-1231822552 * new release 2.0.2 to test ReleaseTools * Update RELEASE.yml use already present gh-pages branch * Update RELEASE.yml * added fetch-depth: 0 to fetch all branches --------- Co-authored-by: Manuel Martins Co-authored-by: Jerry James --- .github/workflows/RELEASE.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index 92b9d42..350d6e9 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Configure ZMQ repos run: | sudo touch /etc/apt/sources.list.d/opensuse.list &&