Skip to content

Commit

Permalink
chore: general repo cleanup (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored Oct 16, 2024
1 parent 5d54ef4 commit 4444261
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests-and-sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ on:
push:
branches:
- main
paths:
- '**/*.go'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**/*.go'

jobs:
security_scan:
Expand Down
19 changes: 0 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,6 @@ changelog:
use:
github-native

groups:
- title: "Features"
regexp: "^feat\\(.*\\)?:.*$"
order: 0
- title: "Bug fixes"
regexp: "^fix\\(.*\\)?:.*$"
order: 1
- title: "Enhancements"
regexp: "^chore\\(.*\\)?:.*$"
order: 2
- title: "Documentation updates"
regexp: "^docs\\(.*\\)?:.*$"
order: 3
- title: "Automation adjustments"
regexp: "^ci\\(.*\\)?:.*$"
order: 4
- title: Others
order: 999

release:
prerelease: auto
draft: false
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
postgres:
image: postgres:15.3
Expand Down

0 comments on commit 4444261

Please sign in to comment.