Skip to content

Commit

Permalink
[bug] Make sure changelog for release builds always contain all
Browse files Browse the repository at this point in the history
changes between the last two releases
  • Loading branch information
Kevin Kaiser committed Jul 27, 2021
1 parent 0214c7a commit dcbbfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GITHUB_COMMIT_URL="https://github.com/PhenomDevel/PhenomRaidTools/commit"

LATEST_TAG=$(git describe --tags --abbrev=0)
PREVIOUS_TAG=$(git describe --tags --exclude '*alpha*' --abbrev=0 `git rev-list --tags --skip=1 --max-count=1 --abbrev=0`)
PREVIOUS_TAG=$(git describe --tags --exclude '*beta*' --abbrev=0 `git rev-list --tags --skip=1 --max-count=1 --abbrev=0`)

COMMITS=$(git log $PREVIOUS_TAG..$LATEST_TAG --pretty=format:"%h")

Expand Down

0 comments on commit dcbbfc3

Please sign in to comment.