Skip to content

Commit

Permalink
fix: update CI/CD process to align auto-release workflow (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Nov 22, 2021
1 parent c2df8cc commit d00931e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,4 +26,3 @@ repos:
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d00931e

Please sign in to comment.