Skip to content

Commit

Permalink
fixup! Helper for tagging tutorial steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-foremski authored and natanael89 committed Oct 11, 2017
1 parent 5553dda commit 47f225c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/misc/tag-steps.sh
Expand Up @@ -8,6 +8,7 @@ declare -a commits=(
"Register the Field Type as a service"
"Implement the Legacy Storage Engine Converter"
"Add field view and field definition view templates"
"Add a validation"
)
declare -a tags=(
"step1_create_the_bundle"
Expand All @@ -17,6 +18,7 @@ declare -a tags=(
"step5_register_the_field_type_as_a_service"
"step6_implement_the_legacy_storage_engine_converter"
"step7_add_field_view_and_field_definition_view_templates"
"step8_add_a_validation"
)

numberOfCommits=${#commits[@]}
Expand Down

0 comments on commit 47f225c

Please sign in to comment.