Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
fix: updated goreleaser, removed IDEA specific stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Sep 24, 2024
1 parent e8fba26 commit 52b4a30
Show file tree
Hide file tree
Showing 35 changed files with 7 additions and 826 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3.1.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50 changes: 2 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 +1,4 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml
/.idea

# File-based project format
*.iws
Expand Down Expand Up @@ -82,4 +36,4 @@ fabric.properties
/bin/
/dist/
/.env
/token.json
/token.json
16 changes: 4 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2

before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
builds:
- env:
# goreleaser does not work with CGO, it could also complicate
# usage by users in CI/CD systems like Terraform Cloud where
# they are unable to install libraries.
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
Expand Down Expand Up @@ -41,11 +37,9 @@ checksum:
signs:
- artifacts: checksum
args:
# if you are using this in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
Expand All @@ -54,7 +48,5 @@ release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/jsonSchemas.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/runConfigurations/remove_mocks_sh.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/runConfigurations/reset_sh.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/runConfigurations/run_acceptance_tests.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/runConfigurations/run_provider.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/run_resource_adyen_gateway_go.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/run_resource_bing_geocoder_test_go.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/run_resource_braintree_gateway_go.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/runConfigurations/run_resource_checkout_com_gateway_go.xml

This file was deleted.

Loading

0 comments on commit 52b4a30

Please sign in to comment.