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
Run the following command in order to generate Gemfile.lock
files for the specific plugin:
PLUGIN="fluent-plugin-datapoint
make "build-${PLUGIN}"
In order to release, please follow the releasing guide