Skip to content

Commit

Permalink
Fixed changelog generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jan 28, 2020
1 parent 78e93cf commit 1d58d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/generate_changelog.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
github_changelog_generator -u nymtech -p nym --exclude-tags 0.1.0 --token <your-token>
#!/bin/bash
# set CHANGELOG_GITHUB_TOKEN in your .bashrc file
github_changelog_generator -u nymtech -p nym --exclude-tags 0.1.0 --token "$CHANGELOG_GITHUB_TOKEN"

0 comments on commit 1d58d1c

Please sign in to comment.