Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ Just submit a pull request.

## Versioning

Starting from `v.1.0.0`, [semantic versioning](including metadata) is followed, including pre-release versions.
Starting from `v1.0.0`, [semantic versioning](https://semver.org) (including
metadata) is followed, including pre-release versions.

## Releasing

Releases are automated on GitHub Actions.
Once the release is published on GitHub Releases,
the GitHub actions workflow will automatically build the artifacts and uodate the `go.dev metadata
the GitHub actions workflow will automatically build the artifacts and update
the `go.dev` metadata.

For release changelogs, this repository uses Release Drafter to generated the initial draft based on the PR titles and labels.
For release changelogs, this repository uses Release Drafter to generate the
initial draft based on the PR titles and labels.