homebridge-plugin-sol 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitlab-ci.yml CHANGED
@@ -18,5 +18,5 @@ build:
18
18
  - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
19
19
  - npm install
20
20
  - npm run build
21
- - npx semantic-release --debug
21
+ - CI_PROJECT_PATH=$CI_PROJECT_ID npx semantic-release --debug
22
22
  - npm publish
package/.releaserc.json CHANGED
@@ -3,7 +3,13 @@
3
3
  "plugins": [
4
4
  "@semantic-release/commit-analyzer",
5
5
  "@semantic-release/release-notes-generator",
6
- "@semantic-release/gitlab",
6
+ [
7
+ "@semantic-release/gitlab", {
8
+ "gitlabUrl": "https://gitlab.m84.de",
9
+ "repositoryUrl": "https://gitlab.m84.de/sol/homebridge-plugin-sol.git"
10
+ }
11
+ ],
12
+
7
13
  "@semantic-release/npm", [
8
14
  "@semantic-release/git", {
9
15
  "assets": ["package.json"],
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-plugin-sol",
3
3
  "displayName": "SOL",
4
4
  "type": "module",
5
- "version": "2.0.2",
5
+ "version": "2.0.3",
6
6
  "private": false,
7
7
  "description": "This is a homebridge plugin to manage smarthome devices controlled via SOL.",
8
8
  "author": "Thoralf Rickert-Wendt",