diff --git a/.bmp.yml b/.bmp.yml new file mode 100644 index 0000000..37d593e --- /dev/null +++ b/.bmp.yml @@ -0,0 +1,6 @@ +version: 0.4.11 +commit: 'chore(version): bump to v%.%.%' +files: + src/core.js: 'version: "%.%.%"' + package.json: '"version": "%.%.%"' + component.json: '"version": "%.%.%"' diff --git a/.editorconfig b/.editorconfig index 8f96039..ce7a6be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.yml] +indent_size = 2