gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Bumping `sprig` to `v3.2.3` to fix kebabcase bug #162

Closed yhakbar closed 4 months ago

yhakbar commented 4 months ago

Description

Fixes #155.

Bumps sprig to v3.2.3 to fix kebabcase bug, as the release addresses the double dash that can occur when numbers and letters are combined together in kebabcase usage.

See: https://github.com/Masterminds/sprig/pull/348

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Updated sprig to v3.2.3. Fixes bug with kebabcase introducing an extra dash.