1
0
mirror of synced 2025-12-23 21:07:12 -05:00

use short versions in feature placeholder and add comment that it should not be deleted

This commit is contained in:
Sarah Schneider
2021-06-23 15:02:21 -04:00
parent 7ee7a1aaaa
commit b702b004cc
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
Feature-based versioning allows us to define and control the versions of an arbitrarily named "feature" in one place.
**Note**: Do not delete `data/features/placeholder.yml` because it is used by tests.
## How it works
Add a new YAML file with the feature name you want to use in this directory. For a feature named `meow`, that would be `data/features/meow.yml`.