Skip to content

Commit

Permalink
fix: update subject status to required
Browse files Browse the repository at this point in the history
  • Loading branch information
18888628835 committed May 23, 2022
1 parent 556f332 commit 8179e55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
2 changes: 1 addition & 1 deletion 前端拓展/前端工程化.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Header 为必填项,Body 与 Footer 则是可缺省项。这些内容组成一
- **type**:用于说明`commit`的提交类型,必选
- **scope**:用于说明`commit`的影响范围,可选
- **subject**:用于说明`commit`的细节描述,可选
- **subject**:用于说明`commit`的细节描述,必须
`type`用于说明`commit`的提交类型,包括以下选项:
Expand Down

0 comments on commit 8179e55

Please sign in to comment.