Skip to content

Commit 4aed294

Browse files
authored
Merge pull request #11 from hesreallyhim/update-release-config
Chore: Update release config Chore: Remove lint-staged
2 parents db36272 + da062d9 commit 4aed294

File tree

6 files changed

+7
-500
lines changed

6 files changed

+7
-500
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
npx lint-staged
21
npx npm-check-updates --enginesNode
2+
npm run ci

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm run ci

MAINTAINERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This file documents the release workflow for this repository.
88
- Trigger: successful `CI` workflow run on `main` (or manual run via `workflow_dispatch`)
99
- Behavior: opens or updates a release PR and manages `CHANGELOG.md`
1010
- Merge: merging the release PR creates the Git tag and GitHub Release
11+
- Config: `release-please-config.json` and `.release-please-manifest.json` (tags and release titles are `vX.Y.Z`)
1112

1213
## Release checklist
1314

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

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

0 commit comments

Comments
 (0)