@hexonet/semantic-release-whmcs 5.0.8 → 5.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ jobs:
|
|
30
30
|
- name: Enable auto-merge for Dependabot PRs
|
31
31
|
# (fixes, features but not major upgrades!)
|
32
32
|
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
|
33
|
-
run: gh pr merge --auto
|
33
|
+
run: gh pr merge --auto -d -r "$PR_URL"
|
34
34
|
env:
|
35
35
|
PR_URL: ${{github.event.pull_request.html_url}}
|
36
|
-
GITHUB_TOKEN: ${{secrets.
|
36
|
+
GITHUB_TOKEN: ${{secrets.RTLDEV_MW_CI_TOKEN}}
|
package/HISTORY.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [5.0.9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.8...v5.0.9) (2023-11-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 21.5.1 to 21.5.2 ([55093a4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/55093a4c44c91a2ed066861d0f8147ae6edbe421))
|
7
|
+
|
1
8
|
## [5.0.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.7...v5.0.8) (2023-11-10)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED