diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b2976b..b0e03fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.55.0 + rev: v1.58.0 hooks: - id: terraform_fmt - id: terraform_validate @@ -26,4 +26,3 @@ repos: rev: v4.0.1 hooks: - id: check-merge-conflict - - id: end-of-file-fixer diff --git a/.releaserc.json b/.releaserc.json index 2c82c61..6e39031 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -10,7 +10,8 @@ [ "@semantic-release/github", { - "successComment": "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version [${nextRelease.version}](${releaseInfos[0].url}) :tada:", + "successComment": + "This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:", "labels": false, "releasedLabels": false }