diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 45140fb54..06eb1cc85 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -20,7 +20,7 @@ jobs: - name: Install Black and isort run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Run isort run: | isort . @@ -56,7 +56,7 @@ jobs: - name: Install mdformat run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Auto-format Markdown run: | find ./ -iname "*.md" -exec mdformat --wrap 79 "{}" \; diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index a2791fd8c..d037775af 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -36,7 +36,7 @@ jobs: - name: Install bumpversion run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: ${{ matrix.part }} version bump run: | bumpversion --verbose ${{ matrix.part }} @@ -85,7 +85,7 @@ jobs: - name: Install bumpversion run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Extract version id: get_version # Docs: https://docs.github.com/en/actions/learn-github-actions @@ -146,7 +146,7 @@ jobs: - name: Add new changelog entry run: > python -c "$(curl -fsSL - https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/update_changelog.py)" + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/.github/update_changelog.py)" - name: Version bump run: | bumpversion --verbose patch diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0549f6ef2..d8b0d3b2f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -80,7 +80,7 @@ jobs: - name: Generate .mailmap run: > python -c "$(curl -fsSL - https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/update_mailmap.py)" + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/.github/update_mailmap.py)" - uses: peter-evans/create-pull-request@v3.12.0 with: assignees: ${{ github.actor }} diff --git a/.github/workflows/labeller-file-based.yaml b/.github/workflows/labeller-file-based.yaml index c46c8a76b..77839c073 100644 --- a/.github/workflows/labeller-file-based.yaml +++ b/.github/workflows/labeller-file-based.yaml @@ -20,7 +20,7 @@ jobs: - name: Download default rules run: > curl -fsSL --output ./.github/labeller-file-based.yaml - https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labeller-file-based.yaml + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/.github/labeller-file-based.yaml - name: Extend default rules if: ${{ inputs.extra-rules }} run: | diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 4272594ef..0353da749 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -25,5 +25,5 @@ jobs: with: skip_delete: true from: | - https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/labels.yaml + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/.github/labels.yaml ${{ inputs.extra-label-files }} \ No newline at end of file diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d8b510f1b..1e48b050e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: - name: Install Pylint run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Run Pylint if: hashFiles('**/*.py') # Docs: @@ -75,7 +75,7 @@ jobs: - name: Install yamllint run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Run yamllint run: | yamllint --strict --config-data "{rules: {line-length: {max: 120}}}" --format github . diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 617e02f1e..4ce88fe33 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: - name: Install twine and check-wheel-contents run: > python -m pip install --requirement - https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements.txt + https://raw.githubusercontent.com/kdeldycke/workflows/v0.7.15/requirements.txt - name: Validates package metadata run: | poetry check --no-interaction --no-ansi diff --git a/changelog.md b/changelog.md index 8f84aa33d..4c0c33ba7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,6 @@ # Changelog -## [0.7.15 (unreleased)](https://github.com/kdeldycke/workflows/compare/v0.7.14...main) - -```{{important}} -This version is not released yet and is under active development. -``` +## [0.7.15 (2022-01-10)](https://github.com/kdeldycke/workflows/compare/v0.7.14...v0.7.15) ## [0.7.14 (2022-01-10)](https://github.com/kdeldycke/workflows/compare/v0.7.13...v0.7.14)