We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0a9c commit 020eafeCopy full SHA for 020eafe
.github/workflows/main.yml
@@ -57,9 +57,7 @@ jobs:
57
run: yarn run lint:compat
58
59
- name: Towncrier - draft changelog
60
- run: |
61
- python3 -m pip install -q towncrier
62
- towncrier build --draft --version $(node -p "require('./package.json').version")
+ uses: cylc/release-actions/towncrier-draft@v1
63
64
cypress-run:
65
runs-on: ${{ matrix.os }}
0 commit comments