Skip to content

Commit 134a2cf

Browse files
authored
docs: clarify build and release process (#13)
1 parent 06aac29 commit 134a2cf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,17 @@ This document provides guidelines for contributing to this project.
1010

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

13-
1. Make your changes.
14-
13+
1. Make your changes to `main.bicep`.
1514
1. Commit your changes.
1615

16+
Use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for semantic commit messages.
17+
1718
1. Create a pull request to merge your changes into the `main` branch.
19+
20+
This will trigger a [build workflow run](https://github.com/equinor/azure-terraform-backend-template/actions/workflows/build.yml) that builds `azuredeploy.json`.
21+
22+
1. Request a review.
23+
24+
1. Once approved, merge the pull request.
25+
26+
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 commit comments

Comments
 (0)