You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ inputs:
9
9
description: JSON array of argv entries passed to supaschema, excluding the binary name. Use ["scan","--reporter","json"] for PR comments and check runs.
10
10
required: true
11
11
version:
12
-
description: Exact supaschema npm version to run.
12
+
description: Exact supaschema npm version to run. Defaults to this action tag's package.json version.
Copy file name to clipboardExpand all lines: docs/release.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The package is designed for trusted publishing from GitHub Actions. `main` is th
22
22
## Per-release checklist
23
23
24
24
1. Add changesets for user-facing PRs while the change is fresh.
25
-
2. Run `npm run release:version` for the release PR and review the resulting `package.json`, `package-lock.json`, `CHANGELOG.md`, and `action.yml` changes.
25
+
2. Run `npm run release:version` for the release PR and review the resulting `package.json`, `package-lock.json`, and `CHANGELOG.md` changes.
26
26
3. Run `npm run release:notes -- --version <version>` and confirm the output is the GitHub Release body you want.
27
27
4. Run `npm run release:verify`.
28
28
5. Confirm PR CI passes all required checks before merge.
0 commit comments