- Update documentation snippets from Haml-Lint. We extract the examples from the repository by running the following Rake task:
rake docs:scrape
. Double-check the output to make sure the scraping worked properly. - Categorize any new linter in the
CC::Engine::Categories::CATEGORIES
map. - Add remediation points for any new linter in the
CC::Engine::RemediationPoints::POINTS
map. - Increment the version number of the engine in
engine.json
. If you’re making a change to the engine and not updating the version of Haml-Lint, increment the-X
tag. Otherwise, update version number to match the new version of Haml-Lint and set the tag to-1
. - Update the changelog with any missed changes.
- Tag the version of the engine with
git tag -m “Version X.YY.Z-N” vX.YY.Z-N
and push the tag up to GitHub.