Skip to content

Commit

Permalink
Test git cliff pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Sep 30, 2024
1 parent 532da47 commit 2b733cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
pull_request_target:
branches: [master]
types: [closed]
pull_request:
branches:
- '*'

workflow_dispatch: # manual trigger

jobs:
create:
if: github.event_name == 'workflow_dispatch' ||
(startsWith(github.head_ref, 'pre-release-20') && github.event.pull_request.merged == true)
# if: github.event_name == 'workflow_dispatch' ||
# (startsWith(github.head_ref, 'pre-release-20') && github.event.pull_request.merged == true)

runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +31,7 @@ jobs:
python-version: "3.x"

- name: Install setuptools_scm
run: pip install "setuptools_scm<7" git-cliff
run: pip install "setuptools_scm<7" git-cliff=2.6.1

- name: Show current version
run: python .ci-helpers/get_current_version.py
Expand Down

0 comments on commit 2b733cf

Please sign in to comment.