Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 795 Bytes

RELEASING.md

File metadata and controls

30 lines (18 loc) · 795 Bytes

Steps to Release

We're following semantic versioning approach.

Create a Release PR

Assemble all the meaningful changes since the last release into the CHANGELOG.md file.

Merge Release PR

Verify that the acceptance test suite has passed for the release PR, then merge the PR.

Tag the release

git tag -am "terraform-provider-okta_vX.Y.Z_x5 release" vX.Y.Z
git push --tags

Goreleaser

We run goreleaser via travis, this should run against master on commit. Here is how to run it manually:

GITHUB_TOKEN=xxx goreleaser release --rm-dist

See the release in Github

You can find the releases in Github, e.g. v3.0.0.