From ea41e1d2c5eb4092d983a57e499435aea3301a81 Mon Sep 17 00:00:00 2001 From: Paul Tikken Laptop Date: Tue, 7 Sep 2021 15:50:24 +0000 Subject: [PATCH] testing with new commit log --- .github/workflows/package_to_pypi.yaml | 4 +++- CveXplore/VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package_to_pypi.yaml b/.github/workflows/package_to_pypi.yaml index 10db35c4..e147e525 100644 --- a/.github/workflows/package_to_pypi.yaml +++ b/.github/workflows/package_to_pypi.yaml @@ -12,7 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Commits to file run: | echo "In this release:" > ./commits.log diff --git a/CveXplore/VERSION b/CveXplore/VERSION index eaf74642..a230e62c 100644 --- a/CveXplore/VERSION +++ b/CveXplore/VERSION @@ -1 +1 @@ -0.2.6.6 \ No newline at end of file +0.2.6.7 \ No newline at end of file