From c7586842fe9bf246b1bc15b23ebcb529abe8c8b1 Mon Sep 17 00:00:00 2001 From: Paul Tikken Laptop Date: Tue, 7 Sep 2021 15:35:36 +0000 Subject: [PATCH] testing with new commit log --- .github/workflows/package_to_pypi.yaml | 2 +- CveXplore/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package_to_pypi.yaml b/.github/workflows/package_to_pypi.yaml index 7ce3fc93..10db35c4 100644 --- a/.github/workflows/package_to_pypi.yaml +++ b/.github/workflows/package_to_pypi.yaml @@ -17,7 +17,7 @@ jobs: run: | echo "In this release:" > ./commits.log echo "" >> ./commits.log - /usr/bin/git log --oneline --no-merges $(/usr/bin/git describe --tags --abbrev=0 HEAD^)..HEAD >> ./commits.log + /usr/bin/git log --oneline --no-merges $(/usr/bin/git describe --tags --abbrev=0 ${{ github.ref }}^)..${{ github.ref }} >> ./commits.log - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/CveXplore/VERSION b/CveXplore/VERSION index 508211c6..eaf74642 100644 --- a/CveXplore/VERSION +++ b/CveXplore/VERSION @@ -1 +1 @@ -0.2.6.5 \ No newline at end of file +0.2.6.6 \ No newline at end of file