Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions change/beachball-c431c165-ed07-4220-917b-e89d21ea4b1c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"packageName": "beachball",
"type": "none",
"dependentChangeType": "none",
"comment": "Fix spelling mistakes in changelog type docs and skill prerequisites.",
"email": "198982749+Copilot@users.noreply.github.com"
}
2 changes: 1 addition & 1 deletion packages/beachball/src/types/ChangeLog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface ChangelogEntry {
* For changelogs generated by beachball versions \>=2.36.0, should be `"not available"` for
* bump entries, because the correct commit doesn't exist yet (see [issue](https://github.com/microsoft/beachball/issues/901)).
*
* Could also be `"not available"` for other commits if there was an issue determing the hash
* Could also be `"not available"` for other commits if there was an issue determining the hash
* at changelog generation time.
*
* Will be undefined if `options.change.includeCommitHashes` is false.
Expand Down
4 changes: 2 additions & 2 deletions skills/beachball-change-file/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: beachball-change-file
description: How to create a Beachball change file. ONLY use this skill when the user asks to generate change files, before pushing a branch, or before creating a PR.
metadata:
version: 1.0.3
version: 1.0.4
source: https://github.com/microsoft/beachball/blob/main/skills/beachball-change-file/SKILL.md
---

Expand All @@ -12,7 +12,7 @@ Beachball normally uses a CLI with an interactive prompt to create change files,

## Prerequisites

- Deterine the root directory: this is almost always the git root, but the user might specify a different folder. (The root usually contains `beachball.config.*` or `.beachballrc.*` or has a `"beachball"` key in `package.json`.)
- Determine the root directory: this is almost always the git root, but the user might specify a different folder. (The root usually contains `beachball.config.*` or `.beachballrc.*` or has a `"beachball"` key in `package.json`.)
- Determine the package manager for the repo (`npm`, `yarn`, `pnpm`). The example commands below assume `yarn`, but substitute the appropriate command runner syntax for a different package manager.
- Check the root `package.json` `scripts` for scripts that run `beachball change` and `beachball check`.
- The examples below assume `scripts` called `change` and `checkchange` respectively, but substitute the appropriate script names if found.
Expand Down