Skip to content

Commit

Permalink
testing with new commit log
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Sep 7, 2021
1 parent 662bc34 commit c758684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CveXplore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.6.5
0.2.6.6

0 comments on commit c758684

Please sign in to comment.