Skip to content

Commit

Permalink
Updates release-it with package specific release names for GH releases (
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored Apr 29, 2022
1 parent f910681 commit 72fa4b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-formatter-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"github": {
"release": true,
"releaseName": "eslint-formatter-sarif@${version}",
"tokenRef": "GITHUB_AUTH"
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/jest-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
},
"github": {
"release": true,
"releaseName": "jest-sarif@${version}",
"tokenRef": "GITHUB_AUTH"
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/sarif-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"github": {
"release": true,
"releaseName": "sarif-builder@${version}",
"tokenRef": "GITHUB_AUTH"
}
}
Expand Down

0 comments on commit 72fa4b1

Please sign in to comment.