Skip to content

Commit

Permalink
[ci skip] Update changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jul 4, 2018
1 parent abec1b4 commit 635ed4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/update-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ make_changelog() {
tail -n+2 $CHANGELOG_FILE
}

REF=$1
VER=${REF/#v/}
LOG=$(git log --format=format:"- %s" --grep 'ci skip' --grep 'skip ci' --grep "$REF" --grep 'changelog' --invert-grep $(git describe --abbrev=0 $REF^1)...$REF)
VER=$1
LOG=$(git log --format=format:"- %s" --grep 'ci skip' --grep 'skip ci' --invert-grep $(git describe --abbrev=0)...)

NEW_RELEASE=$(cat <<-CHANGELOG
# ChIP-nf Changelog
Expand Down

0 comments on commit 635ed4d

Please sign in to comment.