Skip to content

Commit

Permalink
Merge pull request #29 from lhansford/develop
Browse files Browse the repository at this point in the history
fix: backmerge releases
  • Loading branch information
lhansford authored Sep 18, 2021
2 parents a07ed61 + 3284849 commit 9506cc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"@saithodev/semantic-release-backmerge"
]
},
"scripts": {
Expand All @@ -54,6 +55,7 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@saithodev/semantic-release-backmerge": "^1.5.3",
"@semantic-release/git": "^9.0.1",
"@types/jest": "^27.0.1",
"babel-jest": "^27.1.1",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,17 @@
estree-walker "^2.0.1"
picomatch "^2.2.2"

"@saithodev/semantic-release-backmerge@^1.5.3":
version "1.5.3"
resolved "https://registry.yarnpkg.com/@saithodev/semantic-release-backmerge/-/semantic-release-backmerge-1.5.3.tgz#dc3ad19f789cb390cff58769ca2f58db0984a7ff"
integrity sha512-xgB7ikXe5ALh/w0px+L0ljE2H9pyZwgYVC244SaK0ZavCrxU9+YH7DBTBvMOIeM3BmCSkQh5ioNSUIwuk0SLOA==
dependencies:
"@semantic-release/error" "^2.2.0"
aggregate-error "^3.1.0"
debug "^4.3.1"
execa "^5.0.0"
lodash "^4.17.20"

"@semantic-release/commit-analyzer@^9.0.0":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.1.tgz#e9b75a966898cae36493c7eb8158135eb302e270"
Expand Down Expand Up @@ -2136,7 +2147,7 @@ agentkeepalive@^4.1.3:
depd "^1.1.2"
humanize-ms "^1.2.1"

aggregate-error@^3.0.0:
aggregate-error@^3.0.0, aggregate-error@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
Expand Down Expand Up @@ -5641,7 +5652,7 @@ lodash.uniqby@^4.7.0:
resolved "https://registry.yarnpkg.com/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz#d99c07a669e9e6d24e1362dfe266c67616af1302"
integrity sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=

lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down

0 comments on commit 9506cc4

Please sign in to comment.