How to set up a new release
February 23, 2021 ยท View on GitHub
- 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.
- Release Process
- Go to the "releases" page
- Click "Draft new release" Button
- 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"
- Aftermath
- Check if the Pipeline "PublishWithGpgPlugin" has been successfully executed