Skip to content

Commit bdd8505

Browse files
author
iru
authored
Update CONTRIBUTE.md
1 parent 59caafd commit bdd8505

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CONTRIBUTE.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
# Pull Request
1818

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
2022
2123
## 0. General Guidelines
2224

@@ -103,8 +105,9 @@ Check project github secrets for clarification
103105

104106
# Release
105107

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

Comments
 (0)