mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 22:08:25 +02:00
refactor: bper renamed to git-backporting
This commit is contained in:
parent
e66ad37eab
commit
c5015ba254
4 changed files with 39 additions and 19 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@kie/bper",
|
||||
"name": "@kie/git-backporting",
|
||||
"version": "4.0.0",
|
||||
"description": "BPer is a tool to execute automatic git backporting.",
|
||||
"description": "Git backporting is a tool to execute automatic pull request git backporting.",
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"main": "./dist/gha/index.js",
|
||||
"bin": {
|
||||
"bper": "./dist/cli/index.js"
|
||||
"git-backporting": "./dist/cli/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist/cli/index.js"
|
||||
|
@ -38,6 +38,7 @@
|
|||
"keywords": [
|
||||
"backporting",
|
||||
"pull-requests",
|
||||
"merge-requests",
|
||||
"github-action",
|
||||
"cherry-pick"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue