@semantic-release/github
Advanced tools
Comparing version 10.1.3 to 10.1.4
const HOME_URL = "https://github.com/semantic-release/semantic-release"; | ||
const FAQ_URL = `${HOME_URL}/blob/caribou/docs/support/FAQ.md`; | ||
const FAQ_URL = `${HOME_URL}/blob/master/docs/support/FAQ.md`; | ||
const GET_HELP_URL = `${HOME_URL}#get-help`; | ||
const USAGE_DOC_URL = `${HOME_URL}/blob/caribou/docs/usage/README.md`; | ||
const USAGE_DOC_URL = `${HOME_URL}/blob/master/docs/usage/README.md`; | ||
const NEW_ISSUE_URL = `${HOME_URL}/issues/new`; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@semantic-release/github", | ||
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues", | ||
"version": "10.1.3", | ||
"version": "10.1.4", | ||
"type": "module", | ||
@@ -45,7 +45,7 @@ "author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)", | ||
"c8": "10.1.2", | ||
"cpy": "11.0.1", | ||
"cpy": "11.1.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
"lockfile-lint": "4.14.0", | ||
"ls-engines": "0.9.2", | ||
"ls-engines": "0.9.3", | ||
"npm-run-all2": "6.2.2", | ||
@@ -52,0 +52,0 @@ "prettier": "3.3.3", |
@@ -98,4 +98,4 @@ # @semantic-release/github | ||
| `draftRelease` | A boolean indicating if a GitHub Draft Release should be created instead of publishing an actual GitHub Release. | `false` | | ||
| `releaseNameTemplate` | A [Lodash template](https://lodash.com/docs#template) to customize the github release's name | `<%= nextverison.name %>` | | ||
| `releaseBodyTemplate` | A [Lodash template](https://lodash.com/docs#template) to customize the github release's body | `<%= nextverison.notes %>` | | ||
| `releaseNameTemplate` | A [Lodash template](https://lodash.com/docs#template) to customize the github release's name | `<%= nextRelease.name %>` | | ||
| `releaseBodyTemplate` | A [Lodash template](https://lodash.com/docs#template) to customize the github release's body | `<%= nextRelease.notes %>` | | ||
| `discussionCategoryName` | The category name in which to create a linked discussion to the release. Set to `false` to disable creating discussion for a release. | `false` | | ||
@@ -102,0 +102,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76919