Skip to content

Commit

Permalink
fix: gitignore should include release.config.js (#1016)
Browse files Browse the repository at this point in the history
This file didn't get committed in
#1015 because of the gitignore so this
PR fixes it
  • Loading branch information
styfle committed Dec 5, 2022
1 parent be3405d commit 44e2eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,6 +21,7 @@ dist/**/*.js
!yarn.lock
!.circleci
!.github
!release.config.js
!.*ignore
!readme.md
!examples/
Expand Down
4 changes: 4 additions & 0 deletions release.config.js
@@ -0,0 +1,4 @@
module.exports = {
branches: ['main'],
tagFormat: '${version}',
}

0 comments on commit 44e2eac

Please sign in to comment.