42dx / edgio-go-sdk

Go SDK implementing Edgio's REST API
http://github.42dx.dev/edgio-go-sdk/
MIT License
8 stars 1 forks source link

[FEATURE]: Set up semantic-release #5

Closed rafapaulin closed 6 months ago

rafapaulin commented 6 months ago

Description

Versioning is an important part of development. Even better if it is done automatically.

Proposed Solution

As a developer, I want my new features/bugfixes to be released automatically through GHA when my PR is approved and merged bumping the current version, so that other devs may benefit from it while still support previous implementations (previous versions).

Alternatives / Workarounds

Git-tagging and creating releases manually. That is no practical solution and was promptly discarded.

Acceptance Criteria

Additional Context

Conventional commit details

Allowed commit types

Allowed commit scopes

References

Code of Conduct