#!/bin/sh

# go install github.com/goreleaser/chglog/cmd/chglog@latest
# chglog format --template repo >CHANGELOG.md
make lint-fix
git add .

exit 0
