Skip to content

Commit

Permalink
adding the script to validate changelog (#4731)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Turrado <jorge_turrado@hotmail.es>
Co-authored-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
3 people committed Aug 17, 2023
1 parent b18ccd6 commit 8fa1139
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 199 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ repos:
entry: golangci-lint run
types: [go]
pass_filenames: false
- id: validate-changelog
name: Validate Changelog
language: system
entry: "bash hack/validate-changelog.sh"
pass_filenames: false

0 comments on commit 8fa1139

Please sign in to comment.