Skip to content

Commit

Permalink
add gem release task
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 24, 2023
1 parent 422aefa commit 5fd591f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"command": "bundle exec rake gemspec",
"label": "generate gemspec",
"problemMatcher": []
},
{
"type": "shell",
"command": "BRANCH=main bundle exec rake release",
"label": "release gem",
"problemMatcher": []
}
]
}

0 comments on commit 5fd591f

Please sign in to comment.