Skip to content

Instantly share code, notes, and snippets.

@boennemann
Last active October 26, 2015 21:54
Show Gist options
  • Save boennemann/f7c2302c6e531a1b6c9a to your computer and use it in GitHub Desktop.
Save boennemann/f7c2302c6e531a1b6c9a to your computer and use it in GitHub Desktop.
semantic-release setup
#!/bin/sh
export GITHUB_TOKEN=$GH_TOKEN
curl -Lo travis_after_all.py https://git.io/vLSON
python travis_after_all.py
export $(cat $(pwd)/.to_export_back 2> /dev/null) &> /dev/null
rm travis_after_all.py .to_export_back
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment