Skip to content

Commit

Permalink
docs: clarify build and release process (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen authored Dec 9, 2024
1 parent 06aac29 commit 134a2cf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@ This document provides guidelines for contributing to this project.

1. Create a new branch. For external contributors, create a fork.

1. Make your changes.

1. Make your changes to `main.bicep`.
1. Commit your changes.

Use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for semantic commit messages.

1. Create a pull request to merge your changes into the `main` branch.

This will trigger a [build workflow run](https://github.com/equinor/azure-terraform-backend-template/actions/workflows/build.yml) that builds `azuredeploy.json`.

1. Request a review.

1. Once approved, merge the pull request.

This will trigger a [release workflow run](https://github.com/equinor/azure-terraform-backend-template/actions/workflows/release.yml) that creates a new GitHub release.

0 comments on commit 134a2cf

Please sign in to comment.