From d00931e97350a1e2f04b60328ba10dbbe823e44c Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Mon, 22 Nov 2021 11:15:20 -0500 Subject: [PATCH] fix: update CI/CD process to align auto-release workflow (#259) --- .pre-commit-config.yaml | 3 +-- .releaserc.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }