1 2 3 4 5#!/bin/sh # Generate the changelog echo "Generating changelog" git-changelog -o CHANGELOG.md
1 2 3 4 5
#!/bin/sh # Generate the changelog echo "Generating changelog" git-changelog -o CHANGELOG.md