Work should be completed in the */_dev/build/docs/README.md file. Here’s an example.
After the readme file has been updated, the package version needs to be bumped and a changelog entry needs to be added. Changelogs are bumped in the package’s changelog.yml file. A patch bump should be sufficient. Here’s an example.
Build the docs. The elastic/package tool builds each integration’s readme file. Install the tool then run elastic-package build to update a package’s readme file.
Get started
elastic-package
. You may need to install it with Go.cd
into a package in the integrations repo and build your first package.Update a package
[ ] Update a package. Instructions below.
Work should be completed in the
*/_dev/build/docs/README.md
file. Here’s an example.After the readme file has been updated, the package version needs to be bumped and a changelog entry needs to be added. Changelogs are bumped in the package’s
changelog.yml
file. A patch bump should be sufficient. Here’s an example.Build the docs. The elastic/package tool builds each integration’s readme file. Install the tool then run
elastic-package build
to update a package’s readme file.Open a PR in elastic/integrations.
Package checklist
Review the documentation for the following packages:
Guidelines and examples
Structure
Integrations should...
Examples
Bad example: Hashicorp