From 560b5f0c030f84d0fc9f1cb78e7b715fee472749 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Tue, 16 Jul 2024 10:38:24 -0500 Subject: [PATCH] chore: Update .github/settings.yml (#312) --- .github/auto-release.yml | 54 ---------------------------------------- .github/settings.yml | 1 + 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/auto-release.yml diff --git a/.github/auto-release.yml b/.github/auto-release.yml deleted file mode 100644 index cc9bf057..00000000 --- a/.github/auto-release.yml +++ /dev/null @@ -1,54 +0,0 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -version-template: '$MAJOR.$MINOR.$PATCH' -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - - 'enhancement' - patch: - labels: - - 'auto-update' - - 'patch' - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' - default: 'minor' -filter-by-commitish: true - -categories: -- title: '🚀 Enhancements' - labels: - - 'enhancement' - - 'patch' -- title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' -- title: '🤖 Automatic Updates' - labels: - - 'auto-update' - -change-template: | -
- $TITLE @$AUTHOR (#$NUMBER) - - $BODY -
- -template: | - $CHANGES - -replacers: -# Remove irrelevant information from Renovate bot -- search: '/(?<=---\s)\s*^#.*(Renovate configuration|Configuration)(?:.|\n)*?This PR has been generated .*/gm' - replace: '' -# Remove Renovate bot banner image -- search: '/\[!\[[^\]]*Renovate\][^\]]*\](\([^)]*\))?\s*\n+/gm' - replace: '' diff --git a/.github/settings.yml b/.github/settings.yml index 1ae78d03..cdefd941 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,3 +5,4 @@ repository: description: Terraform module to easily provision CloudFront CDN backed by an S3 origin homepage: https://cloudposse.com/accelerate topics: terraform, terraform-module, cloudfront, aws, cloudfront-logs, s3, cdn, hcl2 +