Skip to content
Commits on Source (3)
......@@ -17,13 +17,18 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/release-notes-generator",
[
"semantic-release-discord-bot",
{
"notifications": []
"success": {
"message": "Version ${nextRelease.version} has been released\n\n__**Changelog**__\n\n${nextRelease.notes}"
},
"notifications": {
"notifyOnSuccess": true,
"notifyOnFail": true
}
}
],
],
[
"@semantic-release/gitlab",
{
......@@ -39,7 +44,7 @@
"VERSION",
"package.json"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
"message": "${nextRelease.version}\n\n${nextRelease.notes}"
}
]
],
......
# [0.14.0](https://gitlab.pentacore.se/penta/alboneon/compare/v0.13.0...v0.14.0) (2022-11-10)
### Features
* **ci:** Add discord webhook notifications with changelog ([32d6af0](https://gitlab.pentacore.se/penta/alboneon/commit/32d6af0908b48e0755863a40e98c2358ad68c670))
## [0.14.1](https://gitlab.pentacore.se/penta/alboneon/compare/v0.14.0...v0.14.1) (2022-11-10)
### Bug Fixes
* **ci:** Trying to get discord webhooks to work ([fd4a299](https://gitlab.pentacore.se/penta/alboneon/commit/fd4a299c92237241c9104ef2b157bfc9d7a11767))
# [0.14.0](https://gitlab.pentacore.se/penta/alboneon/compare/v0.13.0...v0.14.0) (2022-11-10)
......
{
"name": "alboneon",
"version": "0.14.0",
"version": "0.14.1",
"description": "A Pen & Paper party management system",
"main": "index.js",
"repository": "https://github.com/pentacore/RPG.git",
......