Skip to content

Commit

Permalink
add TODO for adding changelog #306
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Nov 17, 2018
1 parent 5f46178 commit e312425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./build/
CHANGELOG="**Changes**\n\nToDo list resolved issues"
ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n ${CIRCLE_TAG} -b ${CHANGES} -delete ${CIRCLE_TAG} ./build/
workflows:
version: 2
Expand Down

0 comments on commit e312425

Please sign in to comment.