Skip to content

Commit

Permalink
committing changes for v2.7.4-201807151553
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Jul 15, 2018
1 parent e18982a commit 305085f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- mvn -nsu -Dtravis.buildNumber=${TRAVIS_BUILD_NUMBER} -Pi18n,${MC},we613,wg62 clean install
before_deploy:
- mv uSkyBlock-Plugin/target/uSkyBlock.jar uSkyBlock-Plugin/target/uSkyBlock-bukkit${MC}.jar
- export RELEASENOTE=$( cat changelog.txt | base64 )
- export RELEASENOTE=$( cat changelog.txt )
deploy:
provider: releases
api-key: "${GITHUB_TOKEN}"
Expand All @@ -38,7 +38,6 @@ deploy:
tags: true
all_branches: true
prerelease: true
body: ${RELEASENOTE}
cache:
directories:
- "$HOME/.m2"
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Change Log for v2.7.4..v2.7.4-201807151529
# Change Log for v2.7.4..v2.7.4-201807151553
* c69ecf1 Feature #974 - Add challengecompletion times as challenge requirement
* a786922 Issue #995 - Handle many required items
* 07ecfe2 Issue #993 - Handle large orphan lists
Expand Down

0 comments on commit 305085f

Please sign in to comment.