diff --git a/.cz.toml b/.cz.toml index b44a869..54a6966 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "0.17.9" +version = "0.17.10" bump_message = "build(version): :bookmark: update version from $current_version to $new_version" version_schema = "semver" version_provider = "commitizen" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2536271..8b345bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,26 +11,6 @@ permissions: read-all jobs: test-copier: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - - name: Set up uv - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 - with: - enable-cache: true - - - name: Set up Quarto - uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9 - - - name: Install justfile - run: sudo apt install -y just - - - name: Set Git user - run: | - git config --global user.name "GitHub Actions" - git config --global user.email "fake@example.com" - - - name: Test and check template creation - run: just _tests + uses: seedcase-project/.github/.github/workflows/reusable-test-copier.yml@main + with: + test-recipe: "_tests" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f510cc..c4ec5fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.9.1 hooks: - id: commitizen diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e06a92..2f52b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ often, sometimes several in a day. It also means any individual release will not have many changes within it. Below is a list of releases along with what was changed within it. +## 0.17.10 (2025-09-18) + +### Fix + +- :bug: overwrite `_contributor.qmd` with `>` (#207) + +### Refactor + +- :arrow_up: upgrade pre-commit hook versions (#208) + ## 0.17.9 (2025-09-10) ### Refactor diff --git a/README.md b/README.md index cda0810..765e9d0 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ to abide by its terms. ### Contributors -These are the people who have contributed by submitting changes through -pull requests :tada: +The following people have contributed to this project by submitting pull +requests :tada: [@lwjohnst86](https://github.com/lwjohnst86), [@martonvago](https://github.com/martonvago), diff --git a/README.qmd b/README.qmd index bab70e0..03d0ff6 100644 --- a/README.qmd +++ b/README.qmd @@ -39,7 +39,7 @@ to abide by its terms. ### Contributors -{{< include /_contributors.qmd >}} +{{< include /docs/includes/_contributors.qmd >}} ## Licensing diff --git a/_contributors.qmd b/docs/includes/_contributors.qmd similarity index 59% rename from _contributors.qmd rename to docs/includes/_contributors.qmd index b8dae3e..f7987aa 100644 --- a/_contributors.qmd +++ b/docs/includes/_contributors.qmd @@ -1,4 +1,3 @@ -These are the people who have contributed by submitting changes through pull requests :tada: - +The following people have contributed to this project by submitting pull requests :tada: [\@lwjohnst86](https://github.com/lwjohnst86), [\@martonvago](https://github.com/martonvago), [\@signekb](https://github.com/signekb) diff --git a/index.qmd b/index.qmd index a5add48..7042c5e 100644 --- a/index.qmd +++ b/index.qmd @@ -71,7 +71,7 @@ share your ideas or contribute code. Your input makes us better! ### Contributors -{{< include /_contributors.qmd >}} +{{< include /docs/includes/_contributors.qmd >}} ## Licensing diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 8f510cc..c4ec5fe 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.9.1 hooks: - id: commitizen diff --git a/template/justfile.jinja b/template/justfile.jinja index 8540b4f..182379e 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -120,7 +120,7 @@ build-readme: # Generate a Quarto include file with the contributors build-contributors: - sh ./tools/get-contributors.sh {{ github_repo_spec }} >> docs/includes/_contributors.qmd + sh ./tools/get-contributors.sh {{ github_repo_spec }} > docs/includes/_contributors.qmd # Check for and apply updates from the template update-from-template: