Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Fix changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
arturalbov committed Jul 31, 2018
1 parent 657f1a0 commit 5ab1c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run:
name: Build And Test Project
command: |
cid=$(docker run -d -it ferrarimarco/github-changelog-generator cybercongress/cyber-search --exclude-tags-regex .*[.].*[.].*[.].* --token $CHANGELOG_GITHUB_TOKEN )
cid=$(docker run -d -it ferrarimarco/github-changelog-generator:1.14.3 -u cybercongress -p cyber-search --exclude-tags-regex .*[.].*[.].*[.].* --token $CHANGELOG_GITHUB_TOKEN )
docker attach $cid
docker cp $cid:/usr/local/src/your-app/CHANGELOG.md ./CHANGELOG.md
diff=$(git diff CHANGELOG.md)
Expand Down

0 comments on commit 5ab1c7c

Please sign in to comment.