Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 762 Bytes

File metadata and controls

20 lines (17 loc) · 762 Bytes

How to set up a new release

  1. Prerequisites
  • Make sure everything you want contained in the new release has been meged/pushed to develop.
  • Make sure that all Test Pipelines after the merge are run successful to ensure quality.
  1. Release Process
  • Go to the "releases" page 1_releases_page
  • Click "Draft new release" Button 2_draft_release
  • Fill in the necessary Details
    • version tag: (v0.X.Y)
    • name: (pre)*release (v0.X.Y)
    • Carefully choose whether you want to create a "pre-release" 3_information
  1. Aftermath
  • Check if the Pipeline "PublishWithGpgPlugin" has been successfully executed 4_verification