Skip to content

Instantly share code, notes, and snippets.

View luismmontielg's full-sized avatar

Luis Montiel luismmontielg

View GitHub Profile
@luismmontielg
luismmontielg / create_release_notes.py
Last active May 22, 2018 17:05 — forked from bhardin/create_release_notes.py
Create nice looking PR notes from a milestone
from github import Github
import os
import sys
release = str(sys.argv[1])
# or using an access token
GITHUB_ACCESS_TOKEN = os.environ['GITHUB_ACCESS_TOKEN']
g = Github(GITHUB_ACCESS_TOKEN)
FEATURES = 'Feature'
# When using a CI server, like Jenkins, in conjunction with github, you may wish to use
# multiple deploy keys (github-speak for an rsa key pair that has been assigned to a single
# repo, rather than a user) to allow Jenkins to pull code from the github repositories
# In the example here, where three repos are used, the idea is to take advantage of ssh's config mechanism
# For use with Jenkins, do the following:
# login to your CI Server
sudo su jenkins
cd ~/.ssh/
### Keybase proof
I hereby claim:
* I am luismmontielg on github.
* I am luismmontielg (https://keybase.io/luismmontielg) on keybase.
* I have a public key whose fingerprint is 0B4B AFEA 73A1 3F51 C4F2 9532 9BE2 EAAA E026 7E00
To claim this, I am signing this object: