Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 838 Bytes

Deployment.md

File metadata and controls

13 lines (7 loc) · 838 Bytes

Deployments

Follow the general company standards with GitFlow and changelog generated pipeline:

  1. Create a release branch for the release number (e.g. release/2.9.11) and push it to the origin.

  2. Perform the adjustments on the branch if needed e.g. last fixes related with the release.

  3. Add an annotated tag with the release number (e.g. 2.9.11) on the release branch and push tag to the origin.

  4. The above step should trigger the automation on OUR Github and regenerate changelog + move the tag to the master branch.

  5. After that it will create and publish NuGet package for feeds: NuGet, GitHub Packages, MyGet (optionally - can be disabled in secure variables), Our.Umbraco (just created zip file)