Release PR

The SAP HANA Workshop has two main branches

A release is when we move devel into master. This means the stable master branch will pickup all new features, bug fixes and changes that devel branch has been testing.

How to push a release

  1. An administrator has to create a PR (pull request) from devel into master from https://github.com/mgmt-sa-tiger-team/sap-hana-workshop

release pr

  1. Title the PR with Date Release PR

For example: April 16th, 2020 Release PR

  1. Copy the last PR’s contents into your new PR contents, here is an example: https://github.com/mgmt-sa-tiger-team/sap-hana-workshop/pull/1

e.g. here is a template you can use

# SUMMARY
this is a release PR, a release PR merges the devel branch to the master branch taking in multiple PRs over the last period of time. The last release was on April 16th, 2020 https://github.com/ansible/workshops/pull/784
this merges PRs for the following since the last review:
- https://github.com/mgmt-sa-tiger-team/sap-hana-workshop/pull/1 - cleaning up exercises
- https://github.com/mgmt-sa-tiger-team/sap-hana-workshop/pull/2 - Fix start of YAML marker
# ISSUE TYPE
Release PR
cc @oatakan
  1. The goal of the PR summary is to:
  1. wait for CI testing to complete

    ci testing

  2. merge when you get passing CI

passed ci