Skip to content

Commit

Permalink
adding the script to validate changelog (kedacore#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>
Signed-off-by: Yoon Park <yoongon.park@gmail.com>
  • Loading branch information
3 people authored and yoongon committed Aug 26, 2023
1 parent 82f2fb6 commit a933443
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
Loading

0 comments on commit a933443

Please sign in to comment.