diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24de5de..52444c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,13 @@ on: pull_request #on: [pull_request, push] jobs: - name: Spelling - on: [pull_request] spelling: name: Spell Check with Typos runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v4 + # uses: actions/checkout@v4 + uses: actions/checkout@main - name: Spell Check Repo uses: crate-ci/typos@master # typos: diff --git a/cliff.toml b/cliff.toml index 5a5ef25..c5b3681 100644 --- a/cliff.toml +++ b/cliff.toml @@ -9,13 +9,13 @@ # template for the changelog header header = """ # Changelog\n -All notable changes to this project will be documented in this file.\n +All notable changes to ax-sh webpage will be documented in this file.\n """ # template for the changelog body # https://keats.github.io/tera/docs/#introduction body = """ {% if version %}\ - ## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}] (https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n + ## [[{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}](https://github.com/ax-sh/ax-sh.github.io/releases/tag/{{ version | trim_start_matches(pat="v") }})\n {% else %}\ ## [unreleased] {% endif %}\ diff --git a/package.json b/package.json index 9a18e7b..7f864de 100644 --- a/package.json +++ b/package.json @@ -44,18 +44,12 @@ "pr:ci": "act pull_request --container-architecture linux/amd64" }, "dependencies": { - "@changesets/cli": "^2.27.9", - "@eslint/eslintrc": "^3.1.0", "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.9.0", "@icons-pack/react-simple-icons": "^10.0.0", "@tanstack/react-query": "^5.59.14", "@tanstack/react-query-devtools": "^5.59.14", - "@testing-library/jest-dom": "^6.5.0", - "chalk": "^5.3.0", "clsx": "^2.1.1", - "git-cliff": "^2.6.1", - "is-ci": "^3.0.1", "next": "14.2.15", "nextjs-google-analytics": "^2.3.7", "react": "^18.3.1", @@ -69,6 +63,12 @@ "zod": "^3.23.8" }, "devDependencies": { + "@eslint/eslintrc": "^3.1.0", + "@testing-library/jest-dom": "^6.5.0", + "chalk": "^5.3.0", + "git-cliff": "^2.6.1", + "is-ci": "^3.0.1", + "@changesets/cli": "^2.27.9", "@biomejs/biome": "1.9.3", "@chromatic-com/storybook": "2.0.2", "@commitlint/cli": "^19.5.0",