You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTE.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@
16
16
17
17
# Pull Request
18
18
19
-
> TLDR; Should any pre-merge test fail, check `/.github/workflows/ci-integration-test.yaml` to identify what's required
19
+
> TL;DR;<br/>
20
+
> Feel free to merge as soon as needed, provided pre-merge checks pass<br/>
21
+
> Should any fail, check `/.github/workflows/ci-integration-test.yaml` to identify what's required
20
22
21
23
## 0. General Guidelines
22
24
@@ -103,8 +105,9 @@ Check project github secrets for clarification
103
105
104
106
# Release
105
107
106
-
- Use **semver** for releases https://semver.org
107
-
- Module official releases will be published at terraform registry
108
-
- Just create a tag/release and it will be fetched by pre-configured webhook and published into.
109
-
- For internal usage, TAGs can be used
110
-
- For official verions, RELEASEs will be used, with its corresponding changelog description.
108
+
Feel free to release as soon as needed.
109
+
110
+
- Create a tag and it will be fetched by pre-configured webhook.
111
+
- use [semver](https://semver.org) notation
112
+
- A changelog description will be generated based on [conventional-commints](https://www.conventionalcommits.org/en/v1.0.0/) , but please verify all changes are included and explain acordingly if/when required
113
+
- Module official releases will be published at terraform registry automatically
0 commit comments