Skip to content

Commit

Permalink
Merge pull request #98 from kubecost/michaelmdresser-patch-1
Browse files Browse the repository at this point in the history
add git log release notes to dev.md
  • Loading branch information
michaelmdresser authored Sep 10, 2021
2 parents 726662c + acbf2d6 commit 5f9eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ As long as the binary is still named `kubectl-cost` and is somewhere in your `PA

## Releasing

Tag from `main` with a valid SemVer version (e.g. `v0.2.0`) that is after the most recent release. There is a [GitHub Actions workflow](https://github.com/kubecost/kubectl-cost/blob/v0.1.3/.github/workflows/build-release.yaml) that handles building and publishing release binaries and archives to a GitHub release. It will be triggered automatically by any tag pushed that is prefixed with `v`.
Tag from `main` with a valid SemVer version (e.g. `v0.2.0`) that is after the most recent release. For writing release notes, you can use `git log` to see commits since the last release (e.g. `git log v0.1.9..HEAD`). There is a [GitHub Actions workflow](https://github.com/kubecost/kubectl-cost/blob/v0.1.3/.github/workflows/build-release.yaml) that handles building and publishing release binaries and archives to a GitHub release. It will be triggered automatically by any tag pushed that is prefixed with `v`.

Once the release completes, the [Krew manifest](https://github.com/kubernetes-sigs/krew-index/pull/1158) should be automatically updated in the same workflow using [krew-release-bot](https://github.com/rajatjindal/krew-release-bot). Make sure this succeeds - the PR to krew-index should be merged automatically.

0 comments on commit 5f9eec3

Please sign in to comment.