Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b0dbd2805 | ||
|
|
5aa56da694 | ||
|
|
c516d59bf0 | ||
|
|
67995485c3 | ||
|
|
14a5755ef1 | ||
|
|
f6fb0fc130 | ||
|
|
5ca3d78c63 | ||
|
|
cac1dbb121 | ||
|
|
29aefa4b87 | ||
|
|
3d8c7154b2 | ||
|
|
ea446a4ea4 |
@@ -31,6 +31,6 @@ jobs:
|
||||
path: results.sarif
|
||||
retention-days: 5
|
||||
- name: Upload to code-scanning
|
||||
uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
|
||||
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -69,7 +69,7 @@ The table below shows which commit message gets you which release type when `sem
|
||||
### Automation with CI
|
||||
|
||||
**semantic-release** is meant to be executed on the CI environment after every successful build on the release branch.
|
||||
This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](http://sentimentalversioning.org).
|
||||
This way no human is directly involved in the release process and the releases are guaranteed to be [unromantic and unsentimental](https://github.com/dominictarr/sentimental-versioning#readme).
|
||||
|
||||
### Triggering a release
|
||||
|
||||
|
||||
Generated
+896
-680
File diff suppressed because it is too large
Load Diff
+6
-6
@@ -33,7 +33,7 @@
|
||||
"@semantic-release/npm": "^11.0.0",
|
||||
"@semantic-release/release-notes-generator": "^12.0.0",
|
||||
"aggregate-error": "^5.0.0",
|
||||
"cosmiconfig": "^8.0.0",
|
||||
"cosmiconfig": "^9.0.0",
|
||||
"debug": "^4.0.0",
|
||||
"env-ci": "^10.0.0",
|
||||
"execa": "^8.0.0",
|
||||
@@ -58,24 +58,24 @@
|
||||
"yargs": "^17.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "5.3.1",
|
||||
"ava": "6.0.0",
|
||||
"c8": "8.0.1",
|
||||
"clear-module": "4.1.2",
|
||||
"codecov": "3.8.3",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"dockerode": "4.0.0",
|
||||
"file-url": "4.0.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"got": "13.0.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"got": "14.0.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"lockfile-lint": "4.12.1",
|
||||
"ls-engines": "0.9.1",
|
||||
"mockserver-client": "5.15.0",
|
||||
"nock": "13.3.8",
|
||||
"nock": "13.4.0",
|
||||
"npm-run-all2": "6.1.1",
|
||||
"p-retry": "6.1.0",
|
||||
"prettier": "3.1.0",
|
||||
"publint": "0.2.5",
|
||||
"publint": "0.2.6",
|
||||
"sinon": "17.0.1",
|
||||
"stream-buffers": "3.0.2",
|
||||
"tempy": "3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user