This project contains a Go library with utility functions.
To use it, run the command export GOPRIVATE=gitlab.cee.redhat.com
in the terminal,
and then import the gitlab.cee.redhat.com/service/ocm-common
package.
- Merge any PRs to master
- go to https://gitlab.cee.redhat.com/service/ocm-common/-/releases/new
- select an existing or create a new version tag, e.g. v0.0.78
- generate release notes from the last version tag:
git log --no-merges --oneline --pretty=format:'%h%x09%an%x09%ad%x09%s' v0.0.77..HEAD