From ee91bad1aa029944e0e896f8888a9a6f1a40d7cf Mon Sep 17 00:00:00 2001 From: bluwy Date: Wed, 12 Aug 2026 01:25:13 +0800 Subject: [PATCH] Update default generated readme --- .changeset/social-brooms-call.md | 5 +++++ packages/cli/default-files/README.md | 7 ++----- packages/get-github-info/README.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .changeset/social-brooms-call.md diff --git a/.changeset/social-brooms-call.md b/.changeset/social-brooms-call.md new file mode 100644 index 000000000..5456b5d4b --- /dev/null +++ b/.changeset/social-brooms-call.md @@ -0,0 +1,5 @@ +--- +"@changesets/cli": patch +--- + +Update links in default generated `.changeset/README.md` file diff --git a/packages/cli/default-files/README.md b/packages/cli/default-files/README.md index 654c6d475..23db17c23 100644 --- a/packages/cli/default-files/README.md +++ b/packages/cli/default-files/README.md @@ -1,8 +1,5 @@ # Changesets -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets). +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a tool to manage versioning and changelogs. Read the full documentation at https://changesets.dev. -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md). +We also have a quick list of common questions to get you started engaging with this project in our [FAQ](https://changesets.dev/faq). diff --git a/packages/get-github-info/README.md b/packages/get-github-info/README.md index 23434aa36..01ac0afac 100644 --- a/packages/get-github-info/README.md +++ b/packages/get-github-info/README.md @@ -9,7 +9,7 @@ Get GitHub author and associated PR information for a commit or pull request. In > Note: This assumes you already have changesets setup. -You can use `@changesets/get-github-info` like this if you have a [custom changelog formatter](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md). +You can use `@changesets/get-github-info` like this if you have a [custom changelog formatter](https://changesets.dev/guide/customize-changelog-format). ```js import { getCommitInfo } from "@changesets/get-github-info";