Skip to content

Commit

Permalink
Merge pull request #4 from suzuki3jp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
suzuki3jp authored Jan 20, 2025
2 parents 6d17978 + 47f2b3e commit 3722af8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{ "type": "docs", "release": "patch" },
{ "breaking": true, "release": "minor" }
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Highlights](#highlights)
- [Quick Start](#quick-start)
- [Introduction](/docs/01-introduction.md)
- [Use Cases](/docs/02-usecases.md)
- [Reference](/docs/api/youtubes.js.md)
- [Supported endpoints](#supported-endpoints)
- [License](#license)
Expand Down

0 comments on commit 3722af8

Please sign in to comment.