Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 707 Bytes

Contributing to helm-docs

Build

To build from source in this repository:

cd cmd/helm-docs
go build

Or you can install from source:

GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs

Testing

Benchmarks

If you are working on a feature that is likely to impact performance, consider running benchmarks and comparing the results before and after your change.

To run benchmarks, run the command:

go test -run=^$ -bench=. ./cmd/helm-docs

Github Actions

You may use act to test

locally the workflow.By issuing the following command you can see if a release will work as expected.

act -j release