Skip to content

Commit

Permalink
initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 21, 2020
1 parent 2f5934f commit 252dd76
Show file tree
Hide file tree
Showing 4 changed files with 3,185 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Win32/
*.pyd
python/record.txt
python/xlntpyarrow.egg-info/
/x64/
/x64/
.envrc
16 changes: 16 additions & 0 deletions release/.release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/bumper": {
"out": {
"file": "CMakeLists.txt",
"type": "text/plain"
}
}
}
}
Loading

0 comments on commit 252dd76

Please sign in to comment.