Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 517 Bytes

Contributing Guide

Testing your changes

After making the necessary changes, run the following commands to test that your changes work correctly.

make test
make build
make image-test
make build-alpine
make image-test-alpine

Regenerating Gemfile

Run the following command in order to generate Gemfile.lock files for the specific plugin:

PLUGIN="fluent-plugin-datapoint
make "build-${PLUGIN}"

Release

In order to release, please follow the releasing guide