Skip to content

Commit

Permalink
Fix derps, nothing special
Browse files Browse the repository at this point in the history
  • Loading branch information
divadsn committed Feb 25, 2018
1 parent e5125a6 commit 7306d13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions changelog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

# Whatever the fuck this was needed
# MERGE_PREFIX="Merge pull request"
MERGE_PREFIX="Merge pull request"

if [ -z "$PLUGIN_OUTPUT" ]; then
PLUGIN_OUTPUT="changelog.txt"
Expand All @@ -19,5 +17,5 @@ do
echo "- ${line}" >> $PLUGIN_OUTPUT
done

# Print out Changelog
# Print out changelog
cat $PLUGIN_OUTPUT

0 comments on commit 7306d13

Please sign in to comment.