mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56:56 +00:00
Merge pull request #100 from cycjimmy/dependabot/npm_and_yarn/cycjimmy/awesome-js-funcs-4.0.4
build(deps): bump @cycjimmy/awesome-js-funcs from 3.1.0 to 4.0.4
This commit is contained in:
commit
1241834f31
5 changed files with 30 additions and 22 deletions
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
|
|
@ -1,12 +1,10 @@
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- main
|
||||||
- next
|
- next
|
||||||
- next-major
|
- next-major
|
||||||
- alpha
|
- alpha
|
||||||
|
|
@ -24,6 +22,22 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
id: semantic
|
id: semantic
|
||||||
with:
|
with:
|
||||||
|
branches: |
|
||||||
|
[
|
||||||
|
'+([0-9])?(.{+([0-9]),x}).x',
|
||||||
|
'master',
|
||||||
|
'main',
|
||||||
|
'next',
|
||||||
|
'next-major',
|
||||||
|
{
|
||||||
|
name: 'beta',
|
||||||
|
prerelease: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'alpha',
|
||||||
|
prerelease: true
|
||||||
|
}
|
||||||
|
]
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
|
|
|
||||||
14
.github/workflows/testRelease.yml
vendored
14
.github/workflows/testRelease.yml
vendored
|
|
@ -1,17 +1,11 @@
|
||||||
name: Test Release
|
name: Test Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- next
|
- main
|
||||||
- next-major
|
push:
|
||||||
- alpha
|
|
||||||
- beta
|
|
||||||
- 'feat/**'
|
|
||||||
- 'fix/**'
|
|
||||||
- 'perf/**'
|
|
||||||
- 'refactor/**'
|
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 2 * * 0
|
- cron: 0 2 * * 0
|
||||||
|
|
@ -33,6 +27,7 @@ jobs:
|
||||||
[
|
[
|
||||||
'+([0-9])?(.{+([0-9]),x}).x',
|
'+([0-9])?(.{+([0-9]),x}).x',
|
||||||
'master',
|
'master',
|
||||||
|
'main',
|
||||||
'next',
|
'next',
|
||||||
'next-major',
|
'next-major',
|
||||||
{
|
{
|
||||||
|
|
@ -44,7 +39,6 @@ jobs:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
branch: master
|
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/git
|
@semantic-release/git
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
|
|
|
||||||
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"@cycjimmy/awesome-js-funcs": "^3.1.0",
|
"@cycjimmy/awesome-js-funcs": "^4.0.4",
|
||||||
"@semantic-release/changelog": "^6.0.1",
|
"@semantic-release/changelog": "^6.0.1",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"semantic-release": "^19.0.2"
|
"semantic-release": "^19.0.2"
|
||||||
|
|
@ -121,9 +121,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@cycjimmy/awesome-js-funcs": {
|
"node_modules/@cycjimmy/awesome-js-funcs": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-4.0.4.tgz",
|
||||||
"integrity": "sha512-FT+V5fSZoPAdEAo34FJFy5+DfhdoQ+s6cOmghjAUQzluM7NlUkPKUSFy5fzJHVJD2dofy8v2k3IIfgUXNiG2yw=="
|
"integrity": "sha512-SAkk1VmTubFDhrfMiBS8tNRV8ObGrXKnW7Wi27+KOM+1zPxomNxmF0wVBsxRTwI0tkeeELnxvfpFhHhk144sVg=="
|
||||||
},
|
},
|
||||||
"node_modules/@nodelib/fs.scandir": {
|
"node_modules/@nodelib/fs.scandir": {
|
||||||
"version": "2.1.5",
|
"version": "2.1.5",
|
||||||
|
|
@ -5572,9 +5572,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@cycjimmy/awesome-js-funcs": {
|
"@cycjimmy/awesome-js-funcs": {
|
||||||
"version": "3.1.0",
|
"version": "4.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@cycjimmy/awesome-js-funcs/-/awesome-js-funcs-4.0.4.tgz",
|
||||||
"integrity": "sha512-FT+V5fSZoPAdEAo34FJFy5+DfhdoQ+s6cOmghjAUQzluM7NlUkPKUSFy5fzJHVJD2dofy8v2k3IIfgUXNiG2yw=="
|
"integrity": "sha512-SAkk1VmTubFDhrfMiBS8tNRV8ObGrXKnW7Wi27+KOM+1zPxomNxmF0wVBsxRTwI0tkeeELnxvfpFhHhk144sVg=="
|
||||||
},
|
},
|
||||||
"@nodelib/fs.scandir": {
|
"@nodelib/fs.scandir": {
|
||||||
"version": "2.1.5",
|
"version": "2.1.5",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
|
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"@cycjimmy/awesome-js-funcs": "^3.1.0",
|
"@cycjimmy/awesome-js-funcs": "^4.0.4",
|
||||||
"@semantic-release/changelog": "^6.0.1",
|
"@semantic-release/changelog": "^6.0.1",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"semantic-release": "^19.0.2"
|
"semantic-release": "^19.0.2"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
const core = require('@actions/core');
|
const core = require('@actions/core');
|
||||||
const stringToJson = require('@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson').default;
|
const stringToJson = require('@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs').default;
|
||||||
const inputs = require('./inputs.json');
|
const inputs = require('./inputs.json');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue