diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e427ab98..6ae2fa73 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -32,6 +32,8 @@ replacers: sort-direction: ascending template: | + _See all documentation for this version [here](https://compwa-org.rtfd.io/en/$NEXT_PATCH_VERSION)._ + $CHANGES _The full changelog as commits can be found [here](https://github.com/ComPWA/compwa.github.io/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION)._ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eaff7bb..abcab481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: pages: write id-token: write with: - gh-pages: true specific-pip-packages: ${{ inputs.specific-pip-packages }} style: if: inputs.specific-pip-packages == '' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99008f65..94e03d80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,10 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.2.1 + rev: 0.2.0 hooks: - id: check-dev-files args: - - --github-pages - --no-prettierrc - --pin-requirements=bimonthly - --repo-name=compwa.github.io