THE UNOFFICIAL

Release History for Github Repositories

Dynamic release list for your GitHub repository


<div id="gh_release_history"></div>
<script type="text/javascript">
    // CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE
    var ghrh_user = 'needim'; // required: replace with your username
    var ghrh_repo = 'noty'; // required: replace with your repo name

    // DON'T EDIT BELOW THIS LINE
    (function () {
        var ghrh = document.createElement('iframe');
        ghrh.src = '//ned.im/gh-rh/app.html?user=' + ghrh_user + '&repo=' + ghrh_repo;
        ghrh.style.border = 0;
        ghrh.style.width = "100%";
        document.getElementById('gh_release_history').appendChild(ghrh);
        ghrh.onload = function() {
            ghrh.contentWindow.postMessage('getSize', '*')
        };
        window.addEventListener('message', function(e) {
            ghrh.style.height = e.data + 'px';
        }, false);
    })();
</script>
            

Example for needim/noty