Skip to content

Commit

Permalink
add release bit to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbay-rh committed Aug 23, 2023
1 parent b5f564e commit 06d2e77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,12 @@ make build
```bash
make bench
```

## Releases

**Versioning:** All releases should follow [SemVer](http://semver.org) versioning.

**Release Tagging:** Releases are drafted with a version, and then `master` is tagged with the version number.
For example, release [`Entitlements v1.16.1`](https://github.com/RedHatInsights/entitlements-api-go/releases/tag/v1.16.1) has a corresponding tag [`v1.16.1`](https://github.com/RedHatInsights/entitlements-api-go/tree/v1.16.1).

**Deployment:** Once a PR merges to master, our [build-main](https://ci.ext.devshift.net/job/RedHatInsights-entitlements-api-go-gh-build-master/) jenkins job will build/deploy an image to `quay.io` and tag it with the commit sha. We then update the image tag of our deployment in app-interface to that same commit sha.

0 comments on commit 06d2e77

Please sign in to comment.