Skip to content

Commit 1cf4389

Browse files
Add Contributor guide with the release and versioning guidelines
Add contributing guidelines, versioning, and release process.
1 parent 6cfcf14 commit 1cf4389

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing
2+
3+
Contributions are welcome!
4+
Just submit a pull request.
5+
6+
## Versioning
7+
8+
Starting from `v.1.0.0`, [semantic versioning](including metadata) is followed, including pre-release versions.
9+
10+
## Releasing
11+
12+
Releases are automated on GitHub Actions.
13+
Once the release is published on GitHub Releases,
14+
the GitHub actions workflow will automatically build the artifacts and uodate the `go.dev metadata
15+
16+
For release changelogs, this repository uses Release Drafter to generated the initial draft based on the PR titles and labels.

0 commit comments

Comments
 (0)