chore(deps): bump the patch group across 1 directory with 5 updates #3732
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test fixtures | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| test-fixtures: | |
| name: Test fixtures | |
| runs-on: ubuntu-22.04 | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| include: | |
| - fixtures-name: new-fixture-template | |
| - fixtures-name: test-github-integration | |
| - fixtures-name: test-github-integration-custom-range | |
| command: v1.0.0..v1.0.1 | |
| - fixtures-name: test-github-integration-skipped-contributors | |
| - fixtures-name: test-gitlab-integration | |
| - fixtures-name: test-gitlab-integration-custom-range | |
| command: 9f66ac0f76..89de5e8e50 | |
| - fixtures-name: test-gitea-integration | |
| - fixtures-name: test-gitea-integration-custom-range | |
| command: 5ed596d935..c074c439b5 | |
| - fixtures-name: test-bitbucket-integration | |
| - fixtures-name: test-bitbucket-integration-custom-range | |
| command: v1.0.0..v1.0.1 | |
| - fixtures-name: test-azure-devops-integration | |
| - fixtures-name: test-azure-devops-integration-custom-range | |
| command: v1.0.0..v1.0.1 | |
| - fixtures-name: test-ignore-tags | |
| - fixtures-name: test-invert-ignore-tags | |
| - fixtures-name: test-topo-order | |
| command: --latest | |
| - fixtures-name: test-date-order | |
| command: --latest | |
| - fixtures-name: test-topo-order-arg | |
| command: --latest --topo-order | |
| - fixtures-name: test-latest-with-one-tag | |
| command: --latest | |
| - fixtures-name: test-commit-footers | |
| - fixtures-name: test-commit-preprocessors | |
| - fixtures-name: test-conventional-commit | |
| - fixtures-name: test-custom-scope | |
| - fixtures-name: test-limit-commits | |
| - fixtures-name: test-skip-breaking-changes | |
| - fixtures-name: test-split-commits | |
| - fixtures-name: test-bump-version | |
| command: --bump | |
| - fixtures-name: test-bump-version-major | |
| command: --bump major | |
| - fixtures-name: test-bump-version-minor | |
| command: --bump minor | |
| - fixtures-name: test-bump-version-patch | |
| command: --bump patch | |
| - fixtures-name: test-bump-version-custom-minor | |
| command: --bump | |
| - fixtures-name: test-bumped-version | |
| command: --bumped-version | |
| - fixtures-name: test-bumped-version-no-increment | |
| command: --bumped-version | |
| - fixtures-name: test-footer-template | |
| - fixtures-name: test-keep-a-changelog-links | |
| - fixtures-name: test-keep-a-changelog-links-current-arg | |
| command: --current | |
| - fixtures-name: test-keep-a-changelog-links-current-arg | |
| command: --latest | |
| - fixtures-name: test-keep-a-changelog-links-latest-arg | |
| command: --latest | |
| - fixtures-name: test-keep-a-changelog-links-no-tags | |
| - fixtures-name: test-keep-a-changelog-links-no-tags | |
| command: --unreleased | |
| - fixtures-name: test-keep-a-changelog-links-no-tags | |
| command: --latest | |
| - fixtures-name: test-keep-a-changelog-links-no-tags | |
| command: --current | |
| - fixtures-name: test-keep-a-changelog-links-one-tag | |
| - fixtures-name: test-keep-a-changelog-links-tag-arg | |
| command: --tag v0.3.0 | |
| - fixtures-name: test-keep-a-changelog-links-unreleased-arg | |
| command: --unreleased | |
| - fixtures-name: test-keep-a-changelog-links-unreleased-arg | |
| command: --latest --unreleased | |
| - fixtures-name: test-keep-a-changelog-links-one-tag-bump-arg | |
| command: --bump | |
| - fixtures-name: test-skip-commits | |
| command: --skip-commit ad27b43e8032671afb4809a1a3ecf12f45c60e0e | |
| - fixtures-name: test-no-exec | |
| command: --no-exec | |
| - fixtures-name: test-custom-tag-pattern | |
| command: --tag-pattern "alpha.*" | |
| - fixtures-name: test-configure-from-cargo-toml | |
| - fixtures-name: test-bump-initial-tag | |
| command: --bump | |
| - fixtures-name: test-bump-initial-tag-default | |
| command: --bump | |
| - fixtures-name: test-bump-initial-tag-cli-arg | |
| command: --bump --tag=2.1.1 | |
| - fixtures-name: test-cli-arg-ignore-tags | |
| command: --ignore-tags ".*beta" | |
| - fixtures-name: test-cli-arg-skip-tags | |
| command: --skip-tags ".*beta" | |
| - fixtures-name: test-tag-message | |
| - fixtures-name: test-bump-unreleased-with-tag-message-arg | |
| command: --bump --unreleased --with-tag-message "Some text" | |
| - fixtures-name: test-unreleased-tag-missing-release-commit | |
| command: --unreleased --tag 0.3.0 | |
| - fixtures-name: test-from-context | |
| command: --from-context context.json | |
| - fixtures-name: test-from-context-does-not-discard-fields | |
| command: --from-context context.json | |
| - fixtures-name: test-always-render-unreleased | |
| command: --unreleased | |
| - fixtures-name: test-always-render | |
| command: --unreleased --tag v0.2.0 | |
| - fixtures-name: test-unchanged-tag-date | |
| command: --tag v0.2.0 | |
| - fixtures-name: test-custom-remote-api-url | |
| command: v1.4.0..v1.4.1 | |
| - fixtures-name: test-monorepo-include-path | |
| command: v2.6.1..v2.7.0 --include-path .github/fixtures/ | |
| - fixtures-name: test-require-conventional-negative | |
| - fixtures-name: test-require-conventional-skipped | |
| - fixtures-name: test-submodules | |
| - fixtures-name: test-submodules-range | |
| command: v0.1.0..HEAD | |
| - fixtures-name: test-submodules-include-path | |
| command: --include-path submodule_two | |
| - fixtures-name: test-submodules-include-path-config | |
| - fixtures-name: test-remote-config | |
| command: --config-url "https://github.com/orhun/git-cliff/blob/main/.github/fixtures/new-fixture-template/cliff.toml?raw=true" | |
| - fixtures-name: test-topo-order-commits | |
| - fixtures-name: test-commit-range | |
| - fixtures-name: test-commit-statistics | |
| - fixtures-name: test-commit-range-with-sort-commits | |
| - fixtures-name: test-commit-range-with-given-range | |
| command: a140cef^..a9d4050 --ignore-tags "." | |
| - fixtures-name: test-override-scope | |
| - fixtures-name: test-regex-json-array | |
| - fixtures-name: test-release-statistics | |
| previous-release-timestamp: "2022-04-06 01:25:12" | |
| - fixtures-name: test-workdir-include-path | |
| command: v2.6.1..v2.7.0 --workdir .github/fixtures/ | |
| - fixtures-name: test-fail-on-unmatched-commit | |
| # NOTE: The following four include-path tests all use identical | |
| # expected.md content. They verify that the same result is produced | |
| # whether paths are passed via repeated --include-path flags, a | |
| # single space-separated value, the cliff.toml include_paths config, | |
| # or the GIT_CLIFF_INCLUDE_PATH environment variable. | |
| - fixtures-name: test-include-path-repeated-flag | |
| command: --include-path 'website/**/*' --include-path 'docs/**/*' | |
| - fixtures-name: test-include-path-space-separated | |
| command: --include-path 'website/**/* docs/**/*' | |
| - fixtures-name: test-include-path-config | |
| - fixtures-name: test-include-path-env-var | |
| include-path-env: "website/**/* docs/**/*" | |
| # NOTE: This test verifies that GIT_CLIFF_INCLUDE_PATH correctly | |
| # handles space-separated globs where one glob matches no commits | |
| # (i.e. .github/**/* does not exist in the fixture's git history). | |
| # Only website/**/* commits are expected in the output. | |
| - fixtures-name: test-include-path-env-var-github | |
| include-path-env: "website/**/* .github/**/*" | |
| - fixtures-name: test-offline | |
| - fixtures-name: test-nested-tags | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Run a fixtures test | |
| uses: ./.github/actions/run-fixtures-test | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| fixtures-dir: .github/fixtures/${{ matrix.fixtures-name }} | |
| command: ${{ matrix.command }} | |
| previous-release-timestamp: ${{ matrix.previous-release-timestamp }} | |
| include-path-env: ${{ matrix.include-path-env }} |