We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3405d commit 44e2eacCopy full SHA for 44e2eac
.gitignore
@@ -21,6 +21,7 @@ dist/**/*.js
21
!yarn.lock
22
!.circleci
23
!.github
24
+!release.config.js
25
!.*ignore
26
!readme.md
27
!examples/
release.config.js
@@ -0,0 +1,4 @@
1
+module.exports = {
2
+ branches: ['main'],
3
+ tagFormat: '${version}',
4
+}
0 commit comments