Skip to content

Commit 44e2eac

Browse files
authored
fix: gitignore should include release.config.js (#1016)
This file didn't get committed in #1015 because of the gitignore so this PR fixes it
1 parent be3405d commit 44e2eac

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dist/**/*.js
2121
!yarn.lock
2222
!.circleci
2323
!.github
24+
!release.config.js
2425
!.*ignore
2526
!readme.md
2627
!examples/

release.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
branches: ['main'],
3+
tagFormat: '${version}',
4+
}

0 commit comments

Comments
 (0)