diff --git a/.gitignore b/.gitignore index 769b6d58..289d85fd 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ dist/**/*.js !yarn.lock !.circleci !.github +!release.config.js !.*ignore !readme.md !examples/ diff --git a/release.config.js b/release.config.js new file mode 100644 index 00000000..8ce3153d --- /dev/null +++ b/release.config.js @@ -0,0 +1,4 @@ +module.exports = { + branches: ['main'], + tagFormat: '${version}', +}