Skip to content

Commit

Permalink
Add release-i package and script
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Dec 31, 2021
1 parent 7d28b2f commit 6a03bc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "github-action-merged-pull-requests",
"version": "0.0.1",
"description": "Showcase your merged pull requests on GitHub.",
"version": "1.0.0",
"description": "A GitHub action to showcase your merged pull requests on GitHub.",
"main": "src/index.ts",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.js",
"release": "release-it",
"watch": "npm run build -- --watch"
},
"keywords": [
Expand All @@ -23,6 +24,7 @@
"devDependencies": {
"@types/node": "^17.0.5",
"esbuild": "^0.14.8",
"release-it": "^14.11.8",
"typescript": "^4.5.4"
},
"dependencies": {
Expand Down

0 comments on commit 6a03bc9

Please sign in to comment.