github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/githubPublishRelease.md (about)

     1  # ${docGenStepName}
     2  
     3  ## Prerequisites
     4  
     5  You need to create a personal access token within GitHub and add this to the Jenkins credentials store.
     6  
     7  Please see [GitHub documentation for details about creating the personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).
     8  
     9  ## ${docJenkinsPluginDependencies}
    10  
    11  ## ${docGenParameters}
    12  
    13  ## ${docGenConfiguration}
    14  
    15  ## ${docGenDescription}
    16  
    17  ## Example
    18  
    19  Usage of pipeline step:
    20  
    21  ```groovy
    22  githubPublishRelease script: this, releaseBodyHeader: "**This is the latest success!**<br />"
    23  ```