@dword-design/base 16.0.7 → 16.0.8

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.
@@ -12,6 +12,13 @@ export default function (): {
12
12
  };
13
13
  };
14
14
  permissions: {
15
+ /**
16
+ * See https://github.com/semantic-release/github?tab=readme-ov-file#github-authentication
17
+ * When using the GITHUB_TOKEN, the minimum required permissions are:
18
+ * * contents: write to be able to publish a GitHub release
19
+ * * issues: write to be able to comment on released issues
20
+ * * pull-requests: write to be able to comment on released pull requests
21
+ */
15
22
  contents: string;
16
23
  'id-token': string;
17
24
  issues: string;
@@ -15,8 +15,14 @@ export default function () {
15
15
  }
16
16
  },
17
17
  permissions: {
18
+ /**
19
+ * See https://github.com/semantic-release/github?tab=readme-ov-file#github-authentication
20
+ * When using the GITHUB_TOKEN, the minimum required permissions are:
21
+ * * contents: write to be able to publish a GitHub release
22
+ * * issues: write to be able to comment on released issues
23
+ * * pull-requests: write to be able to comment on released pull requests
24
+ */
18
25
  contents: "write",
19
- // Create GitHub releases
20
26
  "id-token": "write",
21
27
  // For npm trusted publishing
22
28
  issues: "write",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "16.0.7",
3
+ "version": "16.0.8",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",