Skip to content

Commit

Permalink
fix: update ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 authored Jan 18, 2023
1 parent d5bc61e commit c95ed06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ module.exports = {
["@semantic-release/git", {
"assets": [`Assets/${process.env.PROJECT_NAME}/package.json`, "CHANGELOG.md"],
"message": "chore(release): new release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@iam1337/create-unitypackage", {
"packageRoot": `Assets/${process.env.PROJECT_NAME}`,
"projectRoot": "./",
"output": `${process.env.PROJECT_NAME}.unitypackage`
}],
["@semantic-release/github", {
"assets": [
{"path": `${process.env.PROJECT_NAME}.unitypackage`, "label": `${process.env.PROJECT_NAME} v\${nextRelease.version}`}
]
}]
],
"preset": "angular"
Expand Down

0 comments on commit c95ed06

Please sign in to comment.