diff --git a/.auto-release.sh b/.auto-release.sh index 7cbef195..a6adafd6 100755 --- a/.auto-release.sh +++ b/.auto-release.sh @@ -40,6 +40,7 @@ LAST_RELEASE_TAG=$(git describe --abbrev=0 --tags ${LAST_REVISION}) github_changelog_generator \ -u $(cut -d "/" -f1 <<< $repo_slug) \ -p $(cut -d "/" -f2 <<< $repo_slug) \ + -t $token \ --since-tag ${LAST_RELEASE_TAG} body="$(cat CHANGELOG.md)" diff --git a/.travis.yml b/.travis.yml index f97936c7..0de3ddf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,6 @@ deploy: file_glob: true file: target/release/wallet713-*.tgz* skip_cleanup: true - draft: true on: repo: vault713/wallet713 tags: true