Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 13, 2023
1 parent b89699e commit 8ddda11
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 47 deletions.
43 changes: 0 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +0,0 @@
# IRIS_WEB

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))

# 0.1.0 (2023-10-13)


### Features

* Use IrisClient/IrisClientManager to manage IAgoraRTCClient ([#7](https://github.com/AgoraIO-Extensions/iris_web/issues/7)) ([902f2f5](https://github.com/AgoraIO-Extensions/iris_web/commit/902f2f536604ba59a3a3db0e6b75fa62b801d037))
29 changes: 25 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,41 @@
},
"release-it": {
"git": {
"commitMessage": "docs: update CHANGELOG.md",
"requireCleanWorkingDir": false
"commitMessage": "chore: release ${version}",
"requireCleanWorkingDir": false,
"tagName": "v${version}"
},
"npm": {
"publish": false,
"allowSameVersion": true
},
"npm": false,
"github": {
"release": true
},
"hooks": {
"before:init": "git fetch --prune --prune-tags origin",
"before:git:release": "git reset HEAD package.json"
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# IRIS_WEB",
"preset": "angular",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation"
}
]
},
"infile": "CHANGELOG.md"
}
}
Expand Down

0 comments on commit 8ddda11

Please sign in to comment.