dgiot/changelog.sh

8 lines
168 B
Bash
Raw Normal View History

2021-08-31 11:00:15 +08:00
#!/bin/bash -le
rimraf CHANGELOG.md && conventional-changelog -p angular -i CHANGELOG.md -r 0 -s
git add -A CHANGELOG.md
git commit -m "Update CHANGELOG.md"
git push