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
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npx lint-staged
npx npm-check-updates --enginesNode
npm run ci
1 change: 1 addition & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run ci
2 changes: 2 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This file documents the release workflow for this repository.
- Trigger: successful `CI` workflow run on `main` (or manual run via `workflow_dispatch`)
- Behavior: opens or updates a release PR and manages `CHANGELOG.md`
- Merge: merging the release PR creates the Git tag and GitHub Release
- Config: `release-please-config.json` and `.release-please-manifest.json` (tags and release titles are `vX.Y.Z`)

## Release checklist

Expand All @@ -30,3 +31,4 @@ This file documents the release workflow for this repository.

- `CHANGELOG.md` is generated by Release Please; avoid manual edits.
- If no release PR is created, confirm there are new conventional commits since the last tag.
- If Release Please fails to create a release, check tag rulesets for blocked tag creation or required status checks on tags.
Loading