Skip to content

Commit

Permalink
chore: add section about conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Dec 4, 2023
1 parent d83e428 commit 4aede67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ We have several components
- [release](./scripts/release/) source
- [ops](./scripts/ops/README.md) readme

## Releasing

We release through [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) which autoincrement using [Semantic versioning](https://semver.org/).

Use `./gradlew nyxMake` to see what is build in [build/distributions](./build/distributions/).

List messages to see usage of conventional commits from the past.

```sh
git log --pretty=format:"%s" | cut -c -20
```

## Profile xenon with resourcer whitelisted returns a host.docker.internal error
When developing locally, it might be possible to come across the container error: `Could not resolve host: host.docker.internal`,
especially when developing on a non-supported operating system when resourcer is whitelisted (such as xenon).
Expand Down

0 comments on commit 4aede67

Please sign in to comment.