Skip to content

Commit

Permalink
chore: rename READMEs for consistency (#11703)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored Mar 7, 2025
1 parent b786b40 commit 0de79e1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
with:
readme_path: readme.md
readme_path: README.md
no_commit_or_push: true
- name: Commit and Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
add-paths: readme.md
add-paths: README.md
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
body: This PR was automatically generated by the [`contributors.yml`](../blob/main/.github/workflows/contributors.yml) GitHub Action workflow.
base: dev
Expand Down
2 changes: 1 addition & 1 deletion readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a monorepo containing [Calcite Design System](https://developers.arcgis.com/calcite-design-system/) packages. Please see the package-specific READMEs for more information:

- [`@esri/calcite-components`](./packages/calcite-components/readme.md)
- [`@esri/calcite-components`](./packages/calcite-components/README.md)
- [`@esri/calcite-components-react`](./packages/calcite-components-react/README.md)
- [`@esri/calcite-design-tokens`](./packages/calcite-design-tokens/README.md)
- [`@esri/calcite-ui-icons`](./packages/calcite-ui-icons/README.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"packages/calcite-components": {
"component": "@esri/calcite-components",
"extra-files": [
"readme.md",
"README.md",
{
"type": "json",
"path": "/examples/components/angular/package.json",
Expand Down

0 comments on commit 0de79e1

Please sign in to comment.